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:
authorIrie Shinsuke <irieshinsuke@yahoo.co.jp>2013-10-12 10:11:26 +0400
committerIrie Shinsuke <irieshinsuke@yahoo.co.jp>2013-10-12 10:11:26 +0400
commit6caacff196e65cbdfadebcb695f54a0bb3dea891 (patch)
treeee7cca7c18c37663880bc3d9c8a93b804f59c5c3 /source/blender/editors/space_image/SConscript
parent7998b2f6a7a78cd8d7af135460a50b972cbc2b2d (diff)
More fixes for PSD support in SCons scirpts...
Diffstat (limited to 'source/blender/editors/space_image/SConscript')
-rw-r--r--source/blender/editors/space_image/SConscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/space_image/SConscript b/source/blender/editors/space_image/SConscript
index 268172b300d..89def32e70f 100644
--- a/source/blender/editors/space_image/SConscript
+++ b/source/blender/editors/space_image/SConscript
@@ -57,6 +57,8 @@ if env['WITH_BF_TIFF']:
defs.append('WITH_TIFF')
if env['WITH_BF_CINEON']:
defs.append('WITH_CINEON')
+if env['WITH_BF_OIIO']:
+ defs.append('WITH_OPENIMAGEIO')
if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'linuxcross', 'win64-vc', 'win64-mingw'):
incs += ' ' + env['BF_PTHREADS_INC']