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/makesrna
parenta3b86611a8182a95c5ed2205b0b71bfcc8f0837b (diff)
Audaspace: fixes for building with Quicktime on Mac.
Diffstat (limited to 'source/blender/makesrna')
-rw-r--r--source/blender/makesrna/SConscript4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/makesrna/SConscript b/source/blender/makesrna/SConscript
index 4b05a0db358..089fbe11307 100644
--- a/source/blender/makesrna/SConscript
+++ b/source/blender/makesrna/SConscript
@@ -99,6 +99,10 @@ if env['WITH_BF_FFMPEG']:
if env['WITH_BF_QUICKTIME']:
defs.append('WITH_QUICKTIME')
incs += ' ../quicktime'
+ # Quicktime needs audaspace defines
+ if env['WITH_BF_AUDASPACE']:
+ defs += env['BF_AUDASPACE_DEF']
+ incs += ' ' + env['BF_AUDASPACE_C_INC']
if env['WITH_BF_GAMEENGINE']:
defs.append('WITH_GAMEENGINE')