mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 833594 - Disable TEXT support in libpng. r=joe
This commit is contained in:
parent
736ce65b82
commit
896db8e72a
@ -1,6 +1,10 @@
|
||||
|
||||
Changes made to pristine png source by mozilla.org developers.
|
||||
|
||||
2012/07/04 -- Disabled TEXT support in mozpngconf.h.
|
||||
|
||||
2012/10/02 -- Synced with libpng-1.5.13 (bug #775662).
|
||||
|
||||
2012/07/16 -- Add an "APNG-aware app" flag (bug #759067).
|
||||
|
||||
2012/07/04 -- Synced with libpng-1.5.11 (bug #771394).
|
||||
|
@ -9,6 +9,7 @@
|
||||
#define PNG_COST_SHIFT 3
|
||||
#define PNG_GAMMA_THRESHOLD_FIXED 5000
|
||||
#define PNG_MAX_GAMMA_8 11
|
||||
#define PNG_USER_CHUNK_CACHE_MAX 128
|
||||
#define PNG_USER_CHUNK_MALLOC_MAX 4000000L
|
||||
#define PNG_USER_HEIGHT_MAX 1000000
|
||||
#define PNG_USER_WIDTH_MAX 1000000
|
||||
@ -39,7 +40,6 @@
|
||||
#define PNG_READ_GRAY_TO_RGB_SUPPORTED
|
||||
#define PNG_READ_INTERLACING_SUPPORTED
|
||||
#define PNG_READ_SCALE_16_TO_8_SUPPORTED
|
||||
#define PNG_READ_TEXT_SUPPORTED
|
||||
#define PNG_READ_TRANSFORMS_SUPPORTED
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user