Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 297101 | Differences between
and this patch

Collapse All | Expand All

(-)leptonica-1.68.orig/src/pngio.c (+4 lines)
Lines 108-113 Link Here
108
108
109
#include "png.h"
109
#include "png.h"
110
110
111
#ifdef HAVE_LIBZ
112
#include "zlib.h"
113
#endif
114
111
/* ----------------Set defaults for read/write options ----------------- */
115
/* ----------------Set defaults for read/write options ----------------- */
112
    /* strip 16 bpp --> 8 bpp on reading png; default is for stripping */
116
    /* strip 16 bpp --> 8 bpp on reading png; default is for stripping */
113
static l_int32   var_PNG_STRIP_16_TO_8 = 1;
117
static l_int32   var_PNG_STRIP_16_TO_8 = 1;

Return to bug 297101