blob: a0f64a3974a3144583a3b117f58c638ac4c7dc99 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- third_party/libpng/pnglibconf.h.orig 2021-03-12 23:57:45 UTC
+++ third_party/libpng/pnglibconf.h
@@ -230,8 +230,11 @@
* This is necessary to build multiple copies of libpng. We need this while pdfium builds
* its own copy of libpng.
*/
+/* Need to disable prefixing to unbundle chromium's libpng. */
+#if 0
#define PNG_PREFIX
#include "pngprefix.h"
+#endif
/* end of chromium prefixing */
#endif /* PNGLCONF_H */
|