mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
Revert "Disable 'methodical' filter selection code"
This reverts commit 9c76207dbb86e04fd2f5eef088be72ba4a454a36. Signed-off-by: John Bowler <jbowler@acm.org>
This commit is contained in:
parent
fad9c9af47
commit
c75a0a40b4
@ -942,8 +942,7 @@ option CONVERT_tIME requires WRITE_ANCILLARY_CHUNKS
|
|||||||
# See png.h for more description of these options.
|
# See png.h for more description of these options.
|
||||||
option WRITE_FILTER requires WRITE
|
option WRITE_FILTER requires WRITE
|
||||||
option SELECT_FILTER_HEURISTICALLY requires WRITE_FILTER enables SET_OPTION
|
option SELECT_FILTER_HEURISTICALLY requires WRITE_FILTER enables SET_OPTION
|
||||||
option SELECT_FILTER_METHODICALLY requires WRITE_FILTER enables SET_OPTION,
|
option SELECT_FILTER_METHODICALLY requires WRITE_FILTER enables SET_OPTION
|
||||||
disabled
|
|
||||||
|
|
||||||
# added at libpng-1.5.4
|
# added at libpng-1.5.4
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@
|
|||||||
#define PNG_READ_zTXt_SUPPORTED
|
#define PNG_READ_zTXt_SUPPORTED
|
||||||
#define PNG_SAVE_UNKNOWN_CHUNKS_SUPPORTED
|
#define PNG_SAVE_UNKNOWN_CHUNKS_SUPPORTED
|
||||||
#define PNG_SELECT_FILTER_HEURISTICALLY_SUPPORTED
|
#define PNG_SELECT_FILTER_HEURISTICALLY_SUPPORTED
|
||||||
/*#undef PNG_SELECT_FILTER_METHODICALLY_SUPPORTED*/
|
#define PNG_SELECT_FILTER_METHODICALLY_SUPPORTED
|
||||||
#define PNG_SEQUENTIAL_READ_SUPPORTED
|
#define PNG_SEQUENTIAL_READ_SUPPORTED
|
||||||
#define PNG_SETJMP_SUPPORTED
|
#define PNG_SETJMP_SUPPORTED
|
||||||
#define PNG_SETTING_SUPPORTED
|
#define PNG_SETTING_SUPPORTED
|
||||||
|
Loading…
x
Reference in New Issue
Block a user