OLD | NEW |
1 /* libpng 1.6.16 STANDARD API DEFINITION */ | 1 /* libpng 1.6.16 STANDARD API DEFINITION */ |
2 | 2 |
3 /* pnglibconf.h - library build configuration */ | 3 /* pnglibconf.h - library build configuration */ |
4 | 4 |
5 /* Libpng version 1.6.16 - December 22, 2014 */ | 5 /* Libpng version 1.6.16 - December 22, 2014 */ |
6 | 6 |
7 /* Copyright (c) 1998-2014 Glenn Randers-Pehrson */ | 7 /* Copyright (c) 1998-2014 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 */ |
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
200 #define PNG_TEXT_Z_DEFAULT_STRATEGY 0 | 200 #define PNG_TEXT_Z_DEFAULT_STRATEGY 0 |
201 #define PNG_WEIGHT_SHIFT 8 | 201 #define PNG_WEIGHT_SHIFT 8 |
202 #define PNG_ZBUF_SIZE 8192 | 202 #define PNG_ZBUF_SIZE 8192 |
203 #define PNG_ZLIB_VERNUM 0 /* unknown */ | 203 #define PNG_ZLIB_VERNUM 0 /* unknown */ |
204 #define PNG_Z_DEFAULT_COMPRESSION (-1) | 204 #define PNG_Z_DEFAULT_COMPRESSION (-1) |
205 #define PNG_Z_DEFAULT_NOFILTER_STRATEGY 0 | 205 #define PNG_Z_DEFAULT_NOFILTER_STRATEGY 0 |
206 #define PNG_Z_DEFAULT_STRATEGY 1 | 206 #define PNG_Z_DEFAULT_STRATEGY 1 |
207 #define PNG_sCAL_PRECISION 5 | 207 #define PNG_sCAL_PRECISION 5 |
208 #define PNG_sRGB_PROFILE_CHECKS 2 | 208 #define PNG_sRGB_PROFILE_CHECKS 2 |
209 /* end of settings */ | 209 /* end of settings */ |
| 210 |
| 211 /* custom settings */ |
| 212 #define PNG_ARM_NEON_API_SUPPORTED |
| 213 #define PNG_ARM_NEON_CHECK_SUPPORTED |
| 214 #define PNG_PREFIX skia_ |
| 215 /* end of custom settings */ |
| 216 |
210 #endif /* PNGLCONF_H */ | 217 #endif /* PNGLCONF_H */ |
OLD | NEW |