Chromium Code Reviews| Index: third_party/libpng/pnglibconf.h |
| diff --git a/third_party/libpng/pnglibconf.h b/third_party/libpng/pnglibconf.h |
| index da3b2292152a7c344bf8062bd8f50f4a8fbcb28a..ea3694bf49c07f46aecc2a2de39227c23e4ce94c 100644 |
| --- a/third_party/libpng/pnglibconf.h |
| +++ b/third_party/libpng/pnglibconf.h |
| @@ -207,4 +207,11 @@ |
| #define PNG_sCAL_PRECISION 5 |
| #define PNG_sRGB_PROFILE_CHECKS 2 |
| /* end of settings */ |
| + |
| +/* custom settings */ |
| +#define PNG_ARM_NEON_API_SUPPORTED |
| +#define PNG_ARM_NEON_CHECK_SUPPORTED |
| +#define PNG_PREFIX skia_ |
|
scroggo
2015/04/01 15:40:21
Is this used internally by PNG? It seems weird tha
djsollen
2015/04/01 17:19:01
This source files for libpng include png_priv.h wh
|
| +/* end of custom settings */ |
| + |
| #endif /* PNGLCONF_H */ |