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_file
parent7998b2f6a7a78cd8d7af135460a50b972cbc2b2d (diff)
More fixes for PSD support in SCons scirpts...
Diffstat (limited to 'source/blender/editors/space_file')
-rw-r--r--source/blender/editors/space_file/SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/editors/space_file/SConscript b/source/blender/editors/space_file/SConscript
index e1eadb66a11..d42394454eb 100644
--- a/source/blender/editors/space_file/SConscript
+++ b/source/blender/editors/space_file/SConscript
@@ -55,6 +55,9 @@ if env['WITH_BF_OPENEXR']:
if env['WITH_BF_TIFF']:
defs.append('WITH_TIFF')
+if env['WITH_BF_OIIO']:
+ defs.append('WITH_OPENIMAGEIO')
+
if env['WITH_BF_INTERNATIONAL']:
defs.append('WITH_INTERNATIONAL')