summaryrefslogtreecommitdiff
path: root/Makethird
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2012-03-07 13:43:01 +0000
committerRobin Watts <robin.watts@artifex.com>2012-03-07 15:22:39 +0000
commite7bb1c4937593c95065dbbbdd7eb15a73996c470 (patch)
tree291d739a1fe78cf2c270e965c65bd848deca6279 /Makethird
parenta14bb1748d3827e542fbff47488f67e0dfa3b15d (diff)
downloadmupdf-e7bb1c4937593c95065dbbbdd7eb15a73996c470.tar.xz
Move to OpenJPEG 1.5.0
Just makefile/solution changes.
Diffstat (limited to 'Makethird')
-rw-r--r--Makethird5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makethird b/Makethird
index 1ce606ca..e53ab01b 100644
--- a/Makethird
+++ b/Makethird
@@ -157,6 +157,7 @@ OPENJPEG_LIB := $(OUT)/libopenjpeg.a
OPENJPEG_SRC := \
bio.c \
cio.c \
+ cidx_manager.c \
dwt.c \
event.c \
image.c \
@@ -167,12 +168,16 @@ OPENJPEG_SRC := \
mct.c \
mqc.c \
openjpeg.c \
+ phix_manager.c \
pi.c \
+ ppix_manager.c \
raw.c \
t1.c \
t2.c \
tcd.c \
tgt.c \
+ thix_manager.c \
+ tpix_manager.c \
$(OPENJPEG_LIB): $(addprefix $(OUT)/opj_, $(OPENJPEG_SRC:%.c=%.o))
$(OUT)/opj_%.o: $(OPENJPEG_DIR)/%.c | $(OUT)