[devel] Change DITHER to QUANTIZE in the pnglibconf.h maintenance scripts

This commit is contained in:
Glenn Randers-Pehrson
2010-04-17 11:47:58 -05:00
parent 8fc3604418
commit 9d976c0ef1
2 changed files with 3 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
/* symbols.dfn - find all exported symbols
*
* Last changed in libpng 1.5.0 [April 1, 2010]
* Last changed in libpng 1.5.0 [April 17, 2010]
* Copyright (c) 1998-2010 Glenn Randers-Pehrson
*
* This code is released under the libpng license.
@@ -41,7 +41,7 @@
#define PNG_ERROR_NUMBERS_SUPPORTED
#define PNG_READ_BIG_ENDIAN_SUPPORTED /* should do nothing! */
#define PNG_INCH_CONVERSIONS_SUPPORTED
#define PNG_READ_DITHER_SUPPORTED
#define PNG_READ_QUANTIZE_SUPPORTED
#define PNG_READ_16_TO_8_ACCURATE_SCALE_SUPPORTED
#undef PNG_H