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/src/SConscript')
-rw-r--r--source/blender/src/SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/src/SConscript b/source/blender/src/SConscript
index 451afc9b244..384ad1b1bf2 100644
--- a/source/blender/src/SConscript
+++ b/source/blender/src/SConscript
@@ -53,6 +53,9 @@ if env['WITH_BF_INTERNATIONAL']:
if env['WITH_BF_OPENEXR']:
defs.append('WITH_OPENEXR')
+if env['WITH_BF_OPENJPEG']:
+ defs.append('WITH_OPENJPEG')
+
if env['WITH_BF_DDS']:
defs.append('WITH_DDS')