diff options
author | Robin Watts <robin.watts@artifex.com> | 2012-03-07 13:43:01 +0000 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2012-03-07 15:22:39 +0000 |
commit | e7bb1c4937593c95065dbbbdd7eb15a73996c470 (patch) | |
tree | 291d739a1fe78cf2c270e965c65bd848deca6279 /Makethird | |
parent | a14bb1748d3827e542fbff47488f67e0dfa3b15d (diff) | |
download | mupdf-e7bb1c4937593c95065dbbbdd7eb15a73996c470.tar.xz |
Move to OpenJPEG 1.5.0
Just makefile/solution changes.
Diffstat (limited to 'Makethird')
-rw-r--r-- | Makethird | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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) |