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:
Diffstat (limited to 'source/blender/quicktime/SConscript')
-rw-r--r--source/blender/quicktime/SConscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/quicktime/SConscript b/source/blender/quicktime/SConscript
index 3a63abe7779..80d3192bfe2 100644
--- a/source/blender/quicktime/SConscript
+++ b/source/blender/quicktime/SConscript
@@ -19,6 +19,7 @@ quicktime_env.Append (CPPPATH = ['.',
'../imbuf',
'../imbuf/intern',
'../blenloader',
- '../render/extern/include'])
+ '../render/extern/include',
+ '../include'])
quicktime_env.Library (target='#'+user_options_dict['BUILD_DIR']+'/lib/blender_quicktime', source=source_files)