summarylogtreecommitdiffstats
path: root/leptonica-1.68.patch
diff options
context:
space:
mode:
Diffstat (limited to 'leptonica-1.68.patch')
-rw-r--r--leptonica-1.68.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/leptonica-1.68.patch b/leptonica-1.68.patch
deleted file mode 100644
index 8ac04b2a7d94..000000000000
--- a/leptonica-1.68.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN jbig2enc/jbig2.cc jbig2enc.new/jbig2.cc
---- jbig2enc/jbig2.cc 2011-04-12 15:13:55.112243731 +0200
-+++ jbig2enc.new/jbig2.cc 2011-04-12 15:17:26.123135262 +0200
-@@ -349,7 +349,7 @@
- return 1;
- }
- l_int32 filetype;
-- findFileFormat(fp, &filetype);
-+ findFileFormatStream(fp, &filetype);
- if (filetype==IFF_TIFF && tiffGetCount(fp, &numsubimages)) {
- return 1;
- }