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/Makefile
parent4a089890df818636be28a3f494c5851c2c0b1efd (diff)
Addes libopenjpeg (jpeg2000) support to the Makefiles
Kent
Diffstat (limited to 'source/Makefile')
-rw-r--r--source/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/Makefile b/source/Makefile
index e9671cdae35..fae14ba6c97 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -171,6 +171,10 @@ ifeq ($(WITH_OPENEXR), true)
COMLIB += $(OCGDIR)/blender/imbuf/openexr/$(DEBUG_DIR)libopenexr.a
endif
+ifeq ($(WITH_OPENJPEG), true)
+ COMLIB += $(OCGDIR)/extern/openjpeg/$(DEBUG_DIR)libopenjpeg.a
+endif
+
COMLIB += $(OCGDIR)/blender/imbuf/cineon/$(DEBUG_DIR)libcineon.a
ifeq ($(WITH_DDS), true)