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:
authorLukas Toenne <lukas.toenne@googlemail.com>2012-03-01 15:19:41 +0400
committerLukas Toenne <lukas.toenne@googlemail.com>2012-03-01 15:19:41 +0400
commit171d6bf509a7aa1eeb423bf66ec0dec0a5dfcc29 (patch)
treef8b12254e1e3267da80379a12b31e83d8b8ef36b /source/blender/imbuf/SConscript
parent537605f0d4d23738df33ffba81605d3a5bd74ad1 (diff)
Fix for Multilayer EXR API. This was using implementation stubs directly in the header file, causing problems with scons in particular.
Diffstat (limited to 'source/blender/imbuf/SConscript')
-rw-r--r--source/blender/imbuf/SConscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/imbuf/SConscript b/source/blender/imbuf/SConscript
index eae9665d23b..ca56003845f 100644
--- a/source/blender/imbuf/SConscript
+++ b/source/blender/imbuf/SConscript
@@ -20,6 +20,8 @@ if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'linuxcross', 'win64-vc'):
if env['WITH_BF_OPENEXR']:
defs.append('WITH_OPENEXR')
+else:
+ sources.append(os.path.join('intern', 'openexr', 'openexr_stub.cpp'))
if env['WITH_BF_TIFF']:
defs.append('WITH_TIFF')