summaryrefslogtreecommitdiff
path: root/android/jni
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2013-04-30 10:48:41 +0200
committerRobin Watts <robin.watts@artifex.com>2013-04-30 15:55:24 +0100
commitc5fe69a30dc09a094c6f8237b7f8bf72dc1768b0 (patch)
tree875f47347c26da428fba0f4fd2f6d167a6041d4f /android/jni
parenta2a6d67e426d14b34233a3f3edf737bc82aa5ffb (diff)
downloadmupdf-c5fe69a30dc09a094c6f8237b7f8bf72dc1768b0.tar.xz
Split dev_text into three parts.
One for the raw span extraction pass, one for paragraph sorting, and another for HTML output.
Diffstat (limited to 'android/jni')
-rw-r--r--android/jni/Core.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/android/jni/Core.mk b/android/jni/Core.mk
index f1312bf2..0d7754e1 100644
--- a/android/jni/Core.mk
+++ b/android/jni/Core.mk
@@ -56,13 +56,11 @@ LOCAL_SRC_FILES := \
$(MY_ROOT)/fitz/dev_bbox.c \
$(MY_ROOT)/fitz/dev_list.c \
$(MY_ROOT)/fitz/dev_null.c \
- $(MY_ROOT)/fitz/dev_text.c \
$(MY_ROOT)/fitz/dev_trace.c \
$(MY_ROOT)/fitz/doc_document.c \
$(MY_ROOT)/fitz/doc_interactive.c \
$(MY_ROOT)/fitz/doc_link.c \
$(MY_ROOT)/fitz/doc_outline.c \
- $(MY_ROOT)/fitz/doc_search.c \
$(MY_ROOT)/fitz/filt_basic.c \
$(MY_ROOT)/fitz/filt_dctd.c \
$(MY_ROOT)/fitz/filt_faxd.c \
@@ -87,6 +85,10 @@ LOCAL_SRC_FILES := \
$(MY_ROOT)/fitz/stm_open.c \
$(MY_ROOT)/fitz/stm_output.c \
$(MY_ROOT)/fitz/stm_read.c \
+ $(MY_ROOT)/fitz/text_extract.c \
+ $(MY_ROOT)/fitz/text_output.c \
+ $(MY_ROOT)/fitz/text_paragraph.c \
+ $(MY_ROOT)/fitz/text_search.c \
$(MY_ROOT)/draw/draw_affine.c \
$(MY_ROOT)/draw/draw_blend.c \
$(MY_ROOT)/draw/draw_device.c \