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:
authorJens Verwiebe <info@jensverwiebe.de>2013-10-12 01:37:25 +0400
committerJens Verwiebe <info@jensverwiebe.de>2013-10-12 01:37:25 +0400
commit356de1053472bcf7c93fa3dd62a5ae02844573bd (patch)
treeec8a4997c1d457dc5501516fa277d3bf0dd5cc84 /source/blender/imbuf/SConscript
parentb83f755542ca97c025c42bfb0143e78c7cda670f (diff)
scons: fix WITH_PSD compiling, still i think muddled naming is used here, todo: cleanup
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 5cd96a1c0a0..ccee3ebcc85 100644
--- a/source/blender/imbuf/SConscript
+++ b/source/blender/imbuf/SConscript
@@ -56,7 +56,7 @@ if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'linuxcross', 'win64-vc', '
incs += ' ../../../intern/utfconv'
if env['WITH_BF_OIIO']:
- defs.append('WITH_OIIO')
+ defs.append('WITH_OPENIMAGEIO')
if env['WITH_BF_OPENEXR']:
defs.append('WITH_OPENEXR')