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:
authorPeter Schlaile <peter@schlaile.de>2006-02-06 03:50:21 +0300
committerPeter Schlaile <peter@schlaile.de>2006-02-06 03:50:21 +0300
commitf4d5d9080d42573d04e178c73fae80a7a33378fd (patch)
treebf929ac374876ea0bd28a34a2b2e4f57dddbf63b /source/blender/imbuf/SConscript
parent8fad9e527a4e9b906284555935f1b3f47570cca8 (diff)
typo
Diffstat (limited to 'source/blender/imbuf/SConscript')
-rw-r--r--source/blender/imbuf/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/imbuf/SConscript b/source/blender/imbuf/SConscript
index 8ea5f9d605d..7d0afa3f0e5 100644
--- a/source/blender/imbuf/SConscript
+++ b/source/blender/imbuf/SConscript
@@ -17,7 +17,7 @@ if env['WITH_BF_OPENEXR'] == 1:
defs.append('WITH_OPENEXR')
if env['WITH_BF_FFMPEG'] == 1:
- defs.append(' WITH_FFMPEG')
+ defs.append('WITH_FFMPEG')
if env['WITH_BF_QUICKTIME']==1:
incs += ' ' + env['BF_QUICKTIME_INC']