From 6549c1bf2905c22a73eb35ece43409a63068d38d Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Fri, 11 Oct 2013 16:38:31 +0000 Subject: 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. --- source/blender/imbuf/SConscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/imbuf/SConscript') 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: -- cgit v1.2.3