summaryrefslogtreecommitdiff
path: root/third_party/libpng16/README.pdfium
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2016-03-02 16:55:26 -0800
committerTom Sepez <tsepez@chromium.org>2016-03-02 16:55:26 -0800
commitd87b20e1ae765cb65281c5bd7c12fc41e8a86780 (patch)
treeb2f5e373b980d9ed8c39533827c892ce2a312faf /third_party/libpng16/README.pdfium
parent91f7f3fa6a6d62ed0ce819c3286b0ffe6eddedbc (diff)
downloadpdfium-d87b20e1ae765cb65281c5bd7c12fc41e8a86780.tar.xz
Rename png_ functions conflicting with chrome.
Part of the work required to ship XFA with chrome. BUG=pdfium:396 R=dsinclair@chromium.org Review URL: https://codereview.chromium.org/1763493002 .
Diffstat (limited to 'third_party/libpng16/README.pdfium')
-rw-r--r--third_party/libpng16/README.pdfium1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/libpng16/README.pdfium b/third_party/libpng16/README.pdfium
index d60bc6f428..b0e6805537 100644
--- a/third_party/libpng16/README.pdfium
+++ b/third_party/libpng16/README.pdfium
@@ -10,6 +10,7 @@ PNG library.
Local Modifications:
pnglibconf.h: a copy of libpng's scripts/pnglibconf.h.prebuilt.
+pngprefix.h: manually-created redefinitions to avoid conflicts with chome.
0000-build-config.patch: Local build configuration changes.
0001-disable-arm-neon.diff: Disable ARM NEON optimizations.
0002-static-png-gt.patch: Unconditionally use static png_gt() in png.c to avoid compilation warning.