Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Müller <nexyon@gmail.com>2015-07-29 17:12:46 +0300
committerJörg Müller <nexyon@gmail.com>2015-07-29 17:13:22 +0300
commit30679179dd6af2fad61df0430951a37853aeb5b6 (patch)
treebf6cfb609fd7a6fc2d08817543f10aee4f145125 /source/blender/quicktime/apple/qtkit_export.m
parenta3b86611a8182a95c5ed2205b0b71bfcc8f0837b (diff)
Audaspace: fixes for building with Quicktime on Mac.
Diffstat (limited to 'source/blender/quicktime/apple/qtkit_export.m')
-rw-r--r--source/blender/quicktime/apple/qtkit_export.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/quicktime/apple/qtkit_export.m b/source/blender/quicktime/apple/qtkit_export.m
index af66b0db266..a4ee398da5d 100644
--- a/source/blender/quicktime/apple/qtkit_export.m
+++ b/source/blender/quicktime/apple/qtkit_export.m
@@ -35,7 +35,7 @@
#include "DNA_userdef_types.h"
#ifdef WITH_AUDASPACE
-# include "AUD_C-API.h"
+# include AUD_DEVICE_H
#endif
#include "BLI_utildefines.h"