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:
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 c4146b6450a..c73c0593a86 100644
--- a/source/blender/imbuf/SConscript
+++ b/source/blender/imbuf/SConscript
@@ -5,6 +5,9 @@ Import ('library_env')
imbuf_env = library_env.Copy ()
+#if user_options_dict['USE_OPENEXR'] == 1:
+# SConscript (['intern/openexr/SConscript'])
+
source_files = ['intern/allocimbuf.c',
'intern/amiga.c',
'intern/anim.c',