[master] Imported from libpng-1.6.26.tar

This commit is contained in:
Glenn Randers-Pehrson
2016-10-19 19:07:25 -05:00
parent eb5cdf0c64
commit 35cbe7640b
62 changed files with 611 additions and 452 deletions

View File

@@ -263,7 +263,7 @@ struct png_struct_def
/* pixel depth used for the row buffers */
png_byte transformed_pixel_depth;
/* pixel depth after read/write transforms */
#if PNG_ZLIB_VERNUM >= 0x1240
#if ZLIB_VERNUM >= 0x1240
png_byte zstream_start; /* at start of an input zlib stream */
#endif /* Zlib >= 1.2.4 */
#if defined(PNG_READ_FILLER_SUPPORTED) || defined(PNG_WRITE_FILLER_SUPPORTED)