| OLD | NEW |
| 1 /* libpng 1.6.19 STANDARD API DEFINITION */ | 1 /* libpng 1.6.22beta03 STANDARD API DEFINITION */ |
| 2 | 2 |
| 3 /* pnglibconf.h - library build configuration */ | 3 /* pnglibconf.h - library build configuration */ |
| 4 | 4 |
| 5 /* Libpng version 1.6.19 - November 12, 2015 */ | 5 /* Libpng version 1.6.22beta03 - February 8, 2016 */ |
| 6 | 6 |
| 7 /* Copyright (c) 1998-2015 Glenn Randers-Pehrson */ | 7 /* Copyright (c) 1998-2015 Glenn Randers-Pehrson */ |
| 8 | 8 |
| 9 /* This code is released under the libpng license. */ | 9 /* This code is released under the libpng license. */ |
| 10 /* For conditions of distribution and use, see the disclaimer */ | 10 /* For conditions of distribution and use, see the disclaimer */ |
| 11 /* and license in png.h */ | 11 /* and license in png.h */ |
| 12 | 12 |
| 13 /* pnglibconf.h */ | 13 /* pnglibconf.h */ |
| 14 /* Machine generated file: DO NOT EDIT */ | 14 /* Machine generated file: DO NOT EDIT */ |
| 15 /* Derived from: scripts/pnglibconf.dfa */ | 15 /* Derived from: scripts/pnglibconf.dfa */ |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 #define PNG_SEQUENTIAL_READ_SUPPORTED | 102 #define PNG_SEQUENTIAL_READ_SUPPORTED |
| 103 #define PNG_SETJMP_SUPPORTED | 103 #define PNG_SETJMP_SUPPORTED |
| 104 #define PNG_SET_OPTION_SUPPORTED | 104 #define PNG_SET_OPTION_SUPPORTED |
| 105 #define PNG_SET_UNKNOWN_CHUNKS_SUPPORTED | 105 #define PNG_SET_UNKNOWN_CHUNKS_SUPPORTED |
| 106 #define PNG_SET_USER_LIMITS_SUPPORTED | 106 #define PNG_SET_USER_LIMITS_SUPPORTED |
| 107 #define PNG_SIMPLIFIED_READ_AFIRST_SUPPORTED | 107 #define PNG_SIMPLIFIED_READ_AFIRST_SUPPORTED |
| 108 #define PNG_SIMPLIFIED_READ_BGR_SUPPORTED | 108 #define PNG_SIMPLIFIED_READ_BGR_SUPPORTED |
| 109 #define PNG_SIMPLIFIED_READ_SUPPORTED | 109 #define PNG_SIMPLIFIED_READ_SUPPORTED |
| 110 #define PNG_SIMPLIFIED_WRITE_AFIRST_SUPPORTED | 110 #define PNG_SIMPLIFIED_WRITE_AFIRST_SUPPORTED |
| 111 #define PNG_SIMPLIFIED_WRITE_BGR_SUPPORTED | 111 #define PNG_SIMPLIFIED_WRITE_BGR_SUPPORTED |
| 112 #define PNG_SIMPLIFIED_WRITE_STDIO_SUPPORTED |
| 112 #define PNG_SIMPLIFIED_WRITE_SUPPORTED | 113 #define PNG_SIMPLIFIED_WRITE_SUPPORTED |
| 113 #define PNG_STDIO_SUPPORTED | 114 #define PNG_STDIO_SUPPORTED |
| 114 #define PNG_STORE_UNKNOWN_CHUNKS_SUPPORTED | 115 #define PNG_STORE_UNKNOWN_CHUNKS_SUPPORTED |
| 115 #define PNG_TEXT_SUPPORTED | 116 #define PNG_TEXT_SUPPORTED |
| 116 #define PNG_TIME_RFC1123_SUPPORTED | 117 #define PNG_TIME_RFC1123_SUPPORTED |
| 117 #define PNG_UNKNOWN_CHUNKS_SUPPORTED | 118 #define PNG_UNKNOWN_CHUNKS_SUPPORTED |
| 118 #define PNG_USER_CHUNKS_SUPPORTED | 119 #define PNG_USER_CHUNKS_SUPPORTED |
| 119 #define PNG_USER_LIMITS_SUPPORTED | 120 #define PNG_USER_LIMITS_SUPPORTED |
| 120 #define PNG_USER_MEM_SUPPORTED | 121 #define PNG_USER_MEM_SUPPORTED |
| 121 #define PNG_USER_TRANSFORM_INFO_SUPPORTED | 122 #define PNG_USER_TRANSFORM_INFO_SUPPORTED |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 #define PNG_USER_HEIGHT_MAX 1000000 | 205 #define PNG_USER_HEIGHT_MAX 1000000 |
| 205 #define PNG_USER_WIDTH_MAX 1000000 | 206 #define PNG_USER_WIDTH_MAX 1000000 |
| 206 #define PNG_ZBUF_SIZE 8192 | 207 #define PNG_ZBUF_SIZE 8192 |
| 207 #define PNG_ZLIB_VERNUM 0 /* unknown */ | 208 #define PNG_ZLIB_VERNUM 0 /* unknown */ |
| 208 #define PNG_Z_DEFAULT_COMPRESSION (-1) | 209 #define PNG_Z_DEFAULT_COMPRESSION (-1) |
| 209 #define PNG_Z_DEFAULT_NOFILTER_STRATEGY 0 | 210 #define PNG_Z_DEFAULT_NOFILTER_STRATEGY 0 |
| 210 #define PNG_Z_DEFAULT_STRATEGY 1 | 211 #define PNG_Z_DEFAULT_STRATEGY 1 |
| 211 #define PNG_sCAL_PRECISION 5 | 212 #define PNG_sCAL_PRECISION 5 |
| 212 #define PNG_sRGB_PROFILE_CHECKS 2 | 213 #define PNG_sRGB_PROFILE_CHECKS 2 |
| 213 /* end of settings */ | 214 /* end of settings */ |
| 214 | |
| 215 /* custom settings */ | |
| 216 #define PNG_ARM_NEON_API_SUPPORTED | |
| 217 #define PNG_ARM_NEON_CHECK_SUPPORTED | |
| 218 #if defined(__SSE2__) | |
| 219 #define PNG_FILTER_OPTIMIZATIONS sk_png_init_filter_functions_sse2 | |
| 220 #endif | |
| 221 /* end of custom settings */ | |
| 222 | |
| 223 #endif /* PNGLCONF_H */ | 215 #endif /* PNGLCONF_H */ |
| OLD | NEW |