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/Makefile')
-rw-r--r--source/blender/src/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/src/Makefile b/source/blender/src/Makefile
index 210ed7d7320..7755c8cf707 100644
--- a/source/blender/src/Makefile
+++ b/source/blender/src/Makefile
@@ -111,6 +111,10 @@ ifeq ($(WITH_QUICKTIME),true)
CPPFLAGS += -DWITH_QUICKTIME
endif
+ifeq ($(WITH_OPENEXR),true)
+ CPPFLAGS += -DWITH_OPENEXR
+endif
+
ifeq ($(INTERNATIONAL), true)
CPPFLAGS += -DINTERNATIONAL
endif