summaryrefslogtreecommitdiff
path: root/gpdl
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2021-12-07 17:22:23 +0000
committerChris Liddell <chris.liddell@artifex.com>2021-12-07 17:55:07 +0000
commit7f38f2fb6dfe0ee8efa5bda7aa4a3ad27dc4581c (patch)
tree310576daa0c28b9b32ee5a8e6d3cf578d6c31d4a /gpdl
parent488d8088e7e331076e7b5d0312d491f792d43f3b (diff)
downloadghostpdl-7f38f2fb6dfe0ee8efa5bda7aa4a3ad27dc4581c.tar.gz
Add pdfi to gpdl
Means extending the pdf_detect_language() to check the first five (rather than two) bytes in the input.
Diffstat (limited to 'gpdl')
-rw-r--r--gpdl/gpdl.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpdl/gpdl.mak b/gpdl/gpdl.mak
index 72d287d94..0fdebfd60 100644
--- a/gpdl/gpdl.mak
+++ b/gpdl/gpdl.mak
@@ -60,6 +60,7 @@ GPDL_PSI_TOP_OBJS=\
LANG_CFLAGS=\
$(D_)PCL_INCLUDED$(_D)\
+ $(D_)PDF_INCLUDED$(_D)\
$(D_)PSI_INCLUDED$(_D)\
$(D_)XPS_INCLUDED$(_D)\
$(ENABLE_URF)\