Revert "Disable 'methodical' filter selection code"

This reverts commit 9c76207dbb86e04fd2f5eef088be72ba4a454a36.

Signed-off-by: John Bowler <jbowler@acm.org>
This commit is contained in:
John Bowler 2015-12-18 09:30:55 -08:00
parent fad9c9af47
commit c75a0a40b4
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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