blob: 231a3e3fd444e967090d782ab2a61233f87a3e7a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- third_party/libpng/pnglibconf.h.orig 2021-04-14 18:41:34 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 */
|