Chromium Code Reviews| Index: third_party/libpng/pngusr.h |
| =================================================================== |
| --- third_party/libpng/pngusr.h (revision 123937) |
| +++ third_party/libpng/pngusr.h (working copy) |
| @@ -50,9 +50,7 @@ |
| #define PNG_NO_READ_SWAP |
| #define PNG_NO_READ_SWAP_ALPHA |
| #define PNG_NO_READ_INVERT_ALPHA |
| -#define PNG_NO_READ_STRIP_ALPHA |
|
tony
2012/02/28 18:34:05
Does Chromium still compile if you build with use_
Francois
2012/02/29 09:12:29
I can confirm that it does compile with the system
|
| #define PNG_NO_READ_RGB_TO_GRAY |
| -#define PNG_NO_READ_USER_TRANSFORM |
| #define PNG_NO_READ_bKGD |
| #define PNG_NO_READ_cHRM |
| #undef PNG_NO_READ_gAMA |
| @@ -109,7 +107,6 @@ |
| #define PNG_NO_USER_MEM |
| #define PNG_NO_FIXED_POINT_SUPPORTED |
| #define PNG_NO_MNG_FEATURES |
| -#define PNG_NO_USER_TRANSFORM_PTR |
| #define PNG_NO_HANDLE_AS_UNKNOWN |
| #define PNG_NO_CONSOLE_IO |
| #define PNG_NO_ZALLOC_ZERO |