summaryrefslogtreecommitdiff
path: root/gs/base/Makefile.in
diff options
context:
space:
mode:
authorAlex Cherepanov <alex.cherepanov@artifex.com>2011-08-09 23:57:26 -0400
committerAlex Cherepanov <alex.cherepanov@artifex.com>2011-08-10 00:06:49 -0400
commit7ac24676ec25007066576852934cdfaacd8aae91 (patch)
tree3ffba7954aaeff73fa8fcad46d68a2c47542527e /gs/base/Makefile.in
parent9b8671d7d27c3d203a55e3f357c1435d1dfd72a3 (diff)
The first OpenJPEG effort.
Add JPEG 2000 implementation based on OpenJPEG library. This revision does yet not support the following features: - CMYK and eYCC color spaces - downsampled color planes - alpha transparency planes.
Diffstat (limited to 'gs/base/Makefile.in')
-rw-r--r--gs/base/Makefile.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/gs/base/Makefile.in b/gs/base/Makefile.in
index 0aeb1200b..5d6da3fc8 100644
--- a/gs/base/Makefile.in
+++ b/gs/base/Makefile.in
@@ -259,6 +259,12 @@ JPX_CFLAGS=@JPX_AUTOCONF_CFLAGS@
#JPX_CFLAGS=-DUSE_LWF_JP2 -DLINUX
#JPX_CFLAGS=-DUSE_LWF_JP2 -DMAC -DMAC_OS_X_BUILD
+# Uncomment the following 4 lines to to compile in OpenJPEG codec
+#JPX_LIB=openjpeg
+#SHARE_JPX=0
+#JPXSRCDIR=openjpeg
+#JPX_CFLAGS=-DUSE_OPENJPEG_JP2
+
# Define the directory where the icclib source are stored.
# See icclib.mak for more information
@@ -587,6 +593,7 @@ include $(GLSRCDIR)/jbig2.mak
include $(GLSRCDIR)/jasper.mak
include $(GLSRCDIR)/ldf_jb2.mak
include $(GLSRCDIR)/lwf_jp2.mak
+include $(GLSRCDIR)/openjpeg.mak
include $(GLSRCDIR)/icclib.mak
include $(GLSRCDIR)/$(WHICH_CMS).mak
include $(GLSRCDIR)/ijs.mak