summaryrefslogtreecommitdiff
path: root/third_party/libpng16/README.pdfium
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2016-08-03 16:29:18 -0700
committerCommit bot <commit-bot@chromium.org>2016-08-03 16:29:18 -0700
commit6d5c56b44d1821a715f4496668373ac6d1f1d3c6 (patch)
tree8eea2b264c779be6c35ddaa33f1496dd73300167 /third_party/libpng16/README.pdfium
parent96a07863120273c8b89cba0e7d53ef29ae56d580 (diff)
downloadpdfium-6d5c56b44d1821a715f4496668373ac6d1f1d3c6.tar.xz
Update libpng to 1.6.22.
Sync up with Chromium's copy of libpng. Review-Url: https://codereview.chromium.org/2132263002
Diffstat (limited to 'third_party/libpng16/README.pdfium')
-rw-r--r--third_party/libpng16/README.pdfium11
1 files changed, 7 insertions, 4 deletions
diff --git a/third_party/libpng16/README.pdfium b/third_party/libpng16/README.pdfium
index b0e6805537..733867b782 100644
--- a/third_party/libpng16/README.pdfium
+++ b/third_party/libpng16/README.pdfium
@@ -1,16 +1,19 @@
Name: libpng
-URL: http://www.libpng.org/pub/png/libpng.html
-Version: 1.6.20
+URL: http://libpng.org/
+Version: 1.6.22
Security Critical: yes
License: libpng license
+License Android Compatible: yes
Description:
PNG library.
Local Modifications:
+Local changes in Chromium's copy of libpng as of https://crrev.com/404379 - see
+README.chromium.
+
pnglibconf.h: a copy of libpng's scripts/pnglibconf.h.prebuilt.
-pngprefix.h: manually-created redefinitions to avoid conflicts with chome.
+pngprefix.h: manually-created redefinitions to avoid conflicts with Chromium.
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.