From a4a50269b2c62fddf34445140036e3f61b500d9e Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Mon, 10 Feb 2014 16:54:24 +0000 Subject: Bug 695022: Add TIFF format handler Patch from Thomas Fach-Pedersen. Many thanks! Add a new format handler that copes with TIFF files. This replaces the TIFF functionality within the image format handler, and is better because this copes with multiple images (as one image per page). --- platform/android/jni/Core.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'platform/android') diff --git a/platform/android/jni/Core.mk b/platform/android/jni/Core.mk index 336d82d9..58ac8477 100644 --- a/platform/android/jni/Core.mk +++ b/platform/android/jni/Core.mk @@ -31,6 +31,7 @@ LOCAL_C_INCLUDES := \ ../../source/xps \ ../../source/cbz \ ../../source/img \ + ../../source/tiff \ ../../scripts/freetype \ ../../scripts/jpeg \ ../../scripts/openjpeg \ @@ -51,7 +52,8 @@ LOCAL_SRC_FILES := \ $(wildcard $(MY_ROOT)/source/pdf/*.c) \ $(wildcard $(MY_ROOT)/source/xps/*.c) \ $(wildcard $(MY_ROOT)/source/cbz/*.c) \ - $(wildcard $(MY_ROOT)/source/img/*.c) + $(wildcard $(MY_ROOT)/source/img/*.c) \ + $(wildcard $(MY_ROOT)/source/tiff/*.c) ifdef MEMENTO LOCAL_SRC_FILES += $(MY_ROOT)/fitz/memento.c endif -- cgit v1.2.3