Skip to content

Commit

Permalink
Update to Leptonica 1.68
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Langley committed Aug 22, 2011
1 parent 858645d commit 7babc5d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LEPTONICA_VERSION
@@ -1 +1 @@
1.67
1.68
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
CC=g++
LEPTONICA=../leptonlib-1.67
LEPTONICA=../leptonica-1.68
# For example, a fink MacOSX install:
# EXTRA=-I/sw/include/ -I/sw/include/libpng -I/sw/include/libjpeg -L/sw/lib
CFLAGS=-I${LEPTONICA}/src -Wall -I/usr/include -L/usr/lib -O3 ${EXTRA}
Expand Down
4 changes: 2 additions & 2 deletions README
Expand Up @@ -14,7 +14,7 @@ better compression than G4. This encoder can:
It uses the (Apache-ish licensed) Leptonica library:
http://www.leptonica.com/

You'll need version 1.67 - which is included with the distribution tarball.
You'll need version 1.68 - which is included with the distribution tarball.

KNOWN BUGS:

Expand All @@ -28,7 +28,7 @@ First, read the file PATENTS in the same directory as this file.
Fetch leptonica from its website and build it. For this you will also
need the standard libtiff, libpng and libjpeg.

If leptonica was unpacked in ../leptonlib-1.67/ you should just be able to type
If leptonica was unpacked in ../leptonlib-1.68/ you should just be able to type
make. Otherwise, fix up the path at the beginning of the Makefile first.

USAGE:
Expand Down
2 changes: 1 addition & 1 deletion jbig2.cc
Expand Up @@ -349,7 +349,7 @@ main(int argc, char **argv) {
return 1;
}
l_int32 filetype;
findFileFormat(fp, &filetype);
findFileFormatStream(fp, &filetype);
if (filetype==IFF_TIFF && tiffGetCount(fp, &numsubimages)) {
return 1;
}
Expand Down

0 comments on commit 7babc5d

Please sign in to comment.