summaryrefslogtreecommitdiff
path: root/platform/android
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2016-10-06 10:48:44 +0100
committerRobin Watts <robin.watts@artifex.com>2016-10-06 11:48:15 +0100
commit6aa13c725dcf461038b80c70a0e7a3ab0c7dd7d6 (patch)
tree4bcbbb2d8327473f800ff0d3b2ec65b0b972d399 /platform/android
parent87524fa1662578401c4fb21108bd6984afee7ce0 (diff)
downloadmupdf-6aa13c725dcf461038b80c70a0e7a3ab0c7dd7d6.tar.xz
Bug 697196: Add missing openjpeg file to Android Makefiles.
When updating openjpeg, I forgot to update the Android JNI makefiles with a newly created file. Thanks to szukw000 for reporting this!
Diffstat (limited to 'platform/android')
-rw-r--r--platform/android/viewer/jni/ThirdParty.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/android/viewer/jni/ThirdParty.mk b/platform/android/viewer/jni/ThirdParty.mk
index 8ea3fe8d..450dc776 100644
--- a/platform/android/viewer/jni/ThirdParty.mk
+++ b/platform/android/viewer/jni/ThirdParty.mk
@@ -106,6 +106,7 @@ LOCAL_SRC_FILES := \
$(MY_ROOT)/thirdparty/openjpeg/src/lib/openjp2/tcd.c \
$(MY_ROOT)/thirdparty/openjpeg/src/lib/openjp2/tgt.c \
$(MY_ROOT)/thirdparty/openjpeg/src/lib/openjp2/thix_manager.c \
+ $(MY_ROOT)/thirdparty/openjpeg/src/lib/openjp2/thread.c \
$(MY_ROOT)/thirdparty/openjpeg/src/lib/openjp2/tpix_manager.c \
$(MY_ROOT)/thirdparty/jpeg/jaricom.c \
$(MY_ROOT)/thirdparty/jpeg/jcomapi.c \