mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng16] Committed new pnglibconf.dfa and prebuilt.
This commit is contained in:
parent
127b08a265
commit
2c0833e265
@ -826,6 +826,9 @@ option GET_PALETTE_MAX enables READ_GET_PALETTE_MAX WRITE_GET_PALETTE_MAX
|
|||||||
option READ_GET_PALETTE_MAX requires READ_CHECK_FOR_INVALID_INDEX disabled
|
option READ_GET_PALETTE_MAX requires READ_CHECK_FOR_INVALID_INDEX disabled
|
||||||
option WRITE_GET_PALETTE_MAX requires WRITE_CHECK_FOR_INVALID_INDEX disabled
|
option WRITE_GET_PALETTE_MAX requires WRITE_CHECK_FOR_INVALID_INDEX disabled
|
||||||
|
|
||||||
|
# added at libpng-1.6.3
|
||||||
|
option READ_OPTIMIZE_WINDOWBITS requires READ
|
||||||
|
|
||||||
# Simplified API options (added at libpng-1.6.0)
|
# Simplified API options (added at libpng-1.6.0)
|
||||||
# Read:
|
# Read:
|
||||||
option SIMPLIFIED_READ,
|
option SIMPLIFIED_READ,
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
/* pnglibconf.h - library build configuration */
|
/* pnglibconf.h - library build configuration */
|
||||||
|
|
||||||
/* Libpng version 1.6.3beta04 - April 30, 2013 */
|
/* Libpng version 1.6.3beta04 - May 6, 2013 */
|
||||||
|
|
||||||
/* Copyright (c) 1998-2013 Glenn Randers-Pehrson */
|
/* Copyright (c) 1998-2013 Glenn Randers-Pehrson */
|
||||||
|
|
||||||
@ -108,6 +108,7 @@
|
|||||||
/*#undef PNG_SET_OPTION_SUPPORTED*/
|
/*#undef PNG_SET_OPTION_SUPPORTED*/
|
||||||
#define PNG_SET_UNKNOWN_CHUNKS_SUPPORTED
|
#define PNG_SET_UNKNOWN_CHUNKS_SUPPORTED
|
||||||
#define PNG_SET_USER_LIMITS_SUPPORTED
|
#define PNG_SET_USER_LIMITS_SUPPORTED
|
||||||
|
#define PNG_READ_OPTIMIZE_WINDOWBITS_SUPPORTED
|
||||||
#define PNG_SIMPLIFIED_READ_AFIRST_SUPPORTED
|
#define PNG_SIMPLIFIED_READ_AFIRST_SUPPORTED
|
||||||
#define PNG_SIMPLIFIED_READ_BGR_SUPPORTED
|
#define PNG_SIMPLIFIED_READ_BGR_SUPPORTED
|
||||||
#define PNG_SIMPLIFIED_READ_SUPPORTED
|
#define PNG_SIMPLIFIED_READ_SUPPORTED
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user