summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2012-01-27 12:20:55 +0000
committerRobin Watts <robin@ghostscript.com>2012-01-27 12:43:37 +0000
commit40575c42719566f3585c5aa67129a8a5b7285aa7 (patch)
treea3ea9fe120595183cb83d207f1b38d49e2458d45 /android
parenta52b70e3d003c5b89791861a5815b56fbb949b33 (diff)
downloadmupdf-40575c42719566f3585c5aa67129a8a5b7285aa7.tar.xz
Makefile/Project changes to use new thirdparty.zip
Updated thirdparty.zip contains newer jpeg, jbig2 and freetype code.
Diffstat (limited to 'android')
-rw-r--r--android/jni/ThirdParty.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/jni/ThirdParty.mk b/android/jni/ThirdParty.mk
index 0ea140c3..0177d7f7 100644
--- a/android/jni/ThirdParty.mk
+++ b/android/jni/ThirdParty.mk
@@ -21,6 +21,7 @@ LOCAL_SRC_FILES := \
$(MY_ROOT)/thirdparty/jbig2dec/jbig2_arith.c \
$(MY_ROOT)/thirdparty/jbig2dec/jbig2_arith_int.c \
$(MY_ROOT)/thirdparty/jbig2dec/jbig2_arith_iaid.c \
+ $(MY_ROOT)/thirdparty/jbig2dec/jbig2_halftone.c \
$(MY_ROOT)/thirdparty/jbig2dec/jbig2_huffman.c \
$(MY_ROOT)/thirdparty/jbig2dec/jbig2_segment.c \
$(MY_ROOT)/thirdparty/jbig2dec/jbig2_page.c \