diff options
author | Sebastian Rasmussen <sebras@hotmail.com> | 2009-11-20 09:57:46 +0100 |
---|---|---|
committer | Sebastian Rasmussen <sebras@hotmail.com> | 2009-11-20 09:57:46 +0100 |
commit | 71a5ecaed1293ba6474ffea8b639ba51c7c2baeb (patch) | |
tree | d5739817b17268c4dc5cf5660d926c075a577433 /fitz | |
parent | 7cfa68558266b5a143d4b3378e8f7cd64a9eb144 (diff) | |
download | mupdf-71a5ecaed1293ba6474ffea8b639ba51c7c2baeb.tar.xz |
Fix lingering references to Jasper in Jamrules and Jamfiles.
Diffstat (limited to 'fitz')
-rw-r--r-- | fitz/Jamfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fitz/Jamfile b/fitz/Jamfile index 4be1beb5..81d2fc7c 100644 --- a/fitz/Jamfile +++ b/fitz/Jamfile @@ -65,8 +65,7 @@ Library libfitz : ; 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 ; } +if $(HAVE_OPENJPEG) { Library libfitz : filt_jpxd.c ; } # # Resources and display tree. |