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:
authorSimon Clitherow <aphex@nildram.co.uk>2004-12-12 19:24:08 +0300
committerSimon Clitherow <aphex@nildram.co.uk>2004-12-12 19:24:08 +0300
commitc021f107834ec4759c8da5371f8a0ce4cec98da7 (patch)
treed5bf7eea603f7e46e57246bedf83ace5658cadfa /source/blender/quicktime/SConscript
parent7e4daad9fae431ff681186a95cb96a79531c7724 (diff)
Added missing include path for BIF_toolbox.h.
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)