Index: third_party/libpng/pnglibconf.h |
diff --git a/third_party/libpng/pnglibconf.h b/third_party/libpng/pnglibconf.h |
index 5e46c229caa1c5921b76966a771cace46093c14d..db5c9ac21f043f913af2506d11ed4d459f0bdca2 100644 |
--- a/third_party/libpng/pnglibconf.h |
+++ b/third_party/libpng/pnglibconf.h |
@@ -212,4 +212,10 @@ |
#define PNG_sCAL_PRECISION 5 |
#define PNG_sRGB_PROFILE_CHECKS 2 |
/* end of settings */ |
+ |
+/* Skia-specific settings */ |
+#define PNG_PREFIX |
mtklein
2016/06/06 15:29:59
#define PNG_PREFIX skia_
?
|
+#include "pngprefix.h" |
+/* end of Skia-specific settings */ |
+ |
#endif /* PNGLCONF_H */ |