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:
authorNathan Letwory <nathan@letworyinteractive.com>2004-04-16 20:36:11 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2004-04-16 20:36:11 +0400
commita9ecba88726ffaa012e98cb45b548be7bdaff91b (patch)
tree8f7f600cb38a663ac8cf5febd71e781bd92c6212 /source/blender/quicktime/SConscript
parent39a8c014c4572f7f5f9ca099482929b67fe4273e (diff)
Forgot to commit this file, as part of the antiglue campaign.
/jesterKing
Diffstat (limited to 'source/blender/quicktime/SConscript')
-rw-r--r--source/blender/quicktime/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/quicktime/SConscript b/source/blender/quicktime/SConscript
index 5a37d18b5ea..12eaca18388 100644
--- a/source/blender/quicktime/SConscript
+++ b/source/blender/quicktime/SConscript
@@ -17,7 +17,7 @@ quicktime_env.Append (CPPPATH = ['.',
'../avi',
'../imbuf',
'../imbuf/intern',
- '../readstreamglue',
+ '../blenloader',
'../render/extern/include'])
quicktime_env.Library (target='#'+user_options_dict['BUILD_DIR']+'/lib/blender_quicktime', source=source_files)