mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00

Libpng 1.7 supports read without PNG de-interlace, however this means the old checks on whether contrib/libtests/timepng.c (just checking for sequential read) are inadequate. 1.7 also provides macros to explicitly turn off png_read_png and png_read_image, so use these instead. Signed-off-by: John Bowler <jbowler@acm.org>