mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
Merge branch 'libpng16' of git://github.com/jbowler/libpng into libpng16
This commit is contained in:
commit
7bb00afec3
@ -4010,8 +4010,11 @@ check_interlace_type(int const interlace_type)
|
|||||||
# define do_own_interlace 1
|
# define do_own_interlace 1
|
||||||
#endif /* WRITE_INTERLACING tests */
|
#endif /* WRITE_INTERLACING tests */
|
||||||
|
|
||||||
#define CAN_WRITE_INTERLACE\
|
#if PNG_LIBPNG_VER >= 10700 || defined PNG_WRITE_INTERLACING_SUPPORTED
|
||||||
PNG_LIBPNG_VER >= 10700 || defined PNG_WRITE_INTERLACING_SUPPORTED
|
# define CAN_WRITE_INTERLACE 1
|
||||||
|
#else
|
||||||
|
# define CAN_WRITE_INTERLACE 0
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Do the same thing for read interlacing; this controls whether read tests do
|
/* Do the same thing for read interlacing; this controls whether read tests do
|
||||||
* their own de-interlace or use libpng.
|
* their own de-interlace or use libpng.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user