summaryrefslogtreecommitdiff
path: root/fitz/Jamfile
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2009-06-25 19:52:28 +0200
committerTor Andersson <tor@ghostscript.com>2009-06-25 19:52:28 +0200
commit983476a8cb69ef0d50313ce40277d2c0982cdfb1 (patch)
treeb84a33e03dab1f9b740e7ca084cacb9184d67dae /fitz/Jamfile
parent5cd18f797207d359398f37d5029e65d4db22ab00 (diff)
downloadmupdf-983476a8cb69ef0d50313ce40277d2c0982cdfb1.tar.xz
Add support for OpenJPEG library to decode JPX streams.
Diffstat (limited to 'fitz/Jamfile')
-rw-r--r--fitz/Jamfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/fitz/Jamfile b/fitz/Jamfile
index c0d0fb2d..6c0ceaf1 100644
--- a/fitz/Jamfile
+++ b/fitz/Jamfile
@@ -73,8 +73,9 @@ Library libfitz :
;
-if $(HAVE_JASPER) { Library libfitz : filt_jpxd.c ; }
if $(HAVE_JBIG2DEC) { Library libfitz : filt_jbig2d.c ; }
+if $(HAVE_JASPER) { Library libfitz : filt_jpxd_jas.c ; }
+if $(HAVE_OPENJPEG) { Library libfitz : filt_jpxd_opj.c ; }
#
# Resources and display tree.