Imported from libpng-1.2.19.tar

This commit is contained in:
Glenn Randers-Pehrson
2007-08-18 05:34:04 -05:00
parent 04a1b1c123
commit 249bd44ebc
56 changed files with 152 additions and 236 deletions

View File

@@ -1,7 +1,7 @@
/* pngconf.h - machine configurable file for libpng
*
* libpng version 1.2.19rc6 - August 15, 2007
* libpng version 1.2.19 - August 18, 2007
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2007 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
@@ -75,6 +75,14 @@
/* End of material added to libpng-1.2.8 */
/* Added at libpng-1.2.19 */
#ifndef PNG_NO_WARN_UNINITIALIZED_ROW
# ifndef PNG_WARN_UNINITIALIZED_ROW
# define PNG_WARN_UNINITIALIZED_ROW 1 /* 0: warning; 1: error */
# endif
#endif
/* End of material added at libpng-1.2.19 */
/* This is the size of the compression buffer, and thus the size of
* an IDAT chunk. Make this whatever size you feel is best for your
* machine. One of these will be allocated per png_struct. When this