[devel] Imported from libpng-1.4.0beta90.tar

This commit is contained in:
Glenn Randers-Pehrson
2009-11-02 07:32:00 -06:00
parent 99106deaa2
commit d6ea40a7f0
29 changed files with 55 additions and 51 deletions

View File

@@ -1,7 +1,7 @@
/* pngconf.h - machine configurable file for libpng
*
* libpng version 1.4.0beta90 - November 1, 2009
* libpng version 1.4.0beta90 - November 2, 2009
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2009 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
@@ -999,6 +999,8 @@
#endif /* PNG_WRITE_ANCILLARY_CHUNKS_SUPPORTED */
#define PNG_CONVERT_tIME_SUPPORTED (PNG_tIME_SUPPORTED && !WIN32_WCE)
#if !defined(PNG_NO_WRITE_FILTER) && !defined(PNG_WRITE_FILTER_SUPPORTED)
# define PNG_WRITE_FILTER_SUPPORTED
#endif