Skip to content

Commit

Permalink
LIBWEBP enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenq committed Jun 13, 2017
1 parent 269ff44 commit 052d5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/sourceforge/lept4j/ILeptonica.java
Original file line number Diff line number Diff line change
Expand Up @@ -1306,7 +1306,7 @@ public static interface GPLOT_SCALING {
public static final int HAVE_LIBUNGIF = (int) 0;
/** <i>native declaration : environ.h</i>
*/
public static final int HAVE_LIBWEBP = (int) 0;
public static final int HAVE_LIBWEBP = (int) 1;
/** <i>native declaration : environ.h</i>
*/
public static final int HAVE_LIBJP2K = (int) 0;
Expand Down

0 comments on commit 052d5d4

Please sign in to comment.