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:
authorKent Mein <mein@cs.umn.edu>2009-03-10 19:04:29 +0300
committerKent Mein <mein@cs.umn.edu>2009-03-10 19:04:29 +0300
commitd17ca2179d7a2dc4e77dd427fdfb416929a454c7 (patch)
tree0cac720160d58fbd417a57af24ddd8ad68c445fb /source/creator
parent4a089890df818636be28a3f494c5851c2c0b1efd (diff)
Addes libopenjpeg (jpeg2000) support to the Makefiles
Kent
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/creator/Makefile b/source/creator/Makefile
index 9273d943883..97bfbeb5eb0 100644
--- a/source/creator/Makefile
+++ b/source/creator/Makefile
@@ -58,6 +58,9 @@ CPPFLAGS += -I$(NAN_GLEW)/include
ifeq ($(WITH_QUICKTIME), true)
CPPFLAGS += -I$(NAN_QUICKTIME)/include -DWITH_QUICKTIME
endif
+ifeq ($(WITH_OPENJPEG), true)
+ CPPFLAGS += -DWITH_OPENJPEG
+endif
ifeq ($(WITH_BINRELOC), true)
CPPFLAGS += -I$(NANBLENDERHOME)/extern/binreloc/include -DWITH_BINRELOC