summaryrefslogtreecommitdiff
path: root/third_party/libpng16/README.pdfium
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2016-01-15 19:38:03 -0800
committerLei Zhang <thestig@chromium.org>2016-01-15 19:38:03 -0800
commita76a6d8bcb76077fa248b64c5d64791dc8f23771 (patch)
tree1ea7c74990f4ca926ca61f29fc63831e23303521 /third_party/libpng16/README.pdfium
parent2991d8d171e917912fd250c3c8ed693568dc1d8c (diff)
downloadpdfium-a76a6d8bcb76077fa248b64c5d64791dc8f23771.tar.xz
XFA: Rename libpng to libpng16.chromium/2625chromium/2624
Otherwise this conflicts with Chromium's copy if the include paths just happens to be in the wrong order. Since the two copies of libpng are of different versions, we cannot use Chromium's copy. TBR=tsepez@chromium.org,ochang@chromium.org Review URL: https://codereview.chromium.org/1599513004 .
Diffstat (limited to 'third_party/libpng16/README.pdfium')
-rw-r--r--third_party/libpng16/README.pdfium14
1 files changed, 14 insertions, 0 deletions
diff --git a/third_party/libpng16/README.pdfium b/third_party/libpng16/README.pdfium
new file mode 100644
index 0000000000..66d2d0684a
--- /dev/null
+++ b/third_party/libpng16/README.pdfium
@@ -0,0 +1,14 @@
+Name: libpng
+URL: http://www.libpng.org/pub/png/libpng.html
+Version: 1.6.20
+Security Critical: yes
+License: libpng license
+
+Description:
+PNG library.
+
+Local Modifications:
+
+pnglibconf.h: a copy of libpng's scripts/pnglibconf.h.prebuilt.
+0000-build-config.patch: Local build configuration changes.
+0001-disable-arm-neon.diff: Disable ARM NEON optimizations.