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:
authorDalai Felinto <dfelinto@gmail.com>2013-10-11 20:38:31 +0400
committerDalai Felinto <dfelinto@gmail.com>2013-10-11 20:38:31 +0400
commit6549c1bf2905c22a73eb35ece43409a63068d38d (patch)
treebd2416e210a47ab20e482e9aee92d0ecd8d78b1a /source/blender/imbuf/SConscript
parent029f4b9767d149f10317d060fcc521b8b994c6d5 (diff)
scons file for OIIO (needed for psd)
based on patch by Shinsuke Irie note: scons is not working for me at the moment so I did not test this patch. It should work fine though.
Diffstat (limited to 'source/blender/imbuf/SConscript')
-rw-r--r--source/blender/imbuf/SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/imbuf/SConscript b/source/blender/imbuf/SConscript
index 03064df293d..5cd96a1c0a0 100644
--- a/source/blender/imbuf/SConscript
+++ b/source/blender/imbuf/SConscript
@@ -55,6 +55,9 @@ if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'linuxcross', 'win64-vc', '
incs += ' ' + env['BF_PTHREADS_INC']
incs += ' ../../../intern/utfconv'
+if env['WITH_BF_OIIO']:
+ defs.append('WITH_OIIO')
+
if env['WITH_BF_OPENEXR']:
defs.append('WITH_OPENEXR')
else: