summaryrefslogtreecommitdiff
path: root/third_party/libpng16/0001-disable-arm-neon.patch
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/0001-disable-arm-neon.patch
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/0001-disable-arm-neon.patch')
-rw-r--r--third_party/libpng16/0001-disable-arm-neon.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/third_party/libpng16/0001-disable-arm-neon.patch b/third_party/libpng16/0001-disable-arm-neon.patch
deleted file mode 100644
index 91616bbf84..0000000000
--- a/third_party/libpng16/0001-disable-arm-neon.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff a/third_party/libpng16/pngpriv.h b/third_party/libpng16/pngpriv.h
---- a/third_party/libpng16/pngpriv.h
-+++ b/third_party/libpng16/pngpriv.h
-@@ -127,7 +127,7 @@
- */
- # if (defined(__ARM_NEON__) || defined(__ARM_NEON)) && \
- defined(PNG_ALIGNED_MEMORY_SUPPORTED)
--# define PNG_ARM_NEON_OPT 2
-+# define PNG_ARM_NEON_OPT 0
- # else
- # define PNG_ARM_NEON_OPT 0
- # endif