Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(54)

Side by Side Diff: third_party/libpng16/0001-disable-arm-neon.patch

Issue 1599513004: XFA: Rename libpng to libpng16. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/libpng16/0000-build-config.patch ('k') | third_party/libpng16/README.pdfium » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 diff a/third_party/libpng/pngpriv.h b/third_party/libpng/pngpriv.h 1 diff a/third_party/libpng16/pngpriv.h b/third_party/libpng16/pngpriv.h
2 --- a/third_party/libpng/pngpriv.h 2 --- a/third_party/libpng16/pngpriv.h
3 +++ b/third_party/libpng/pngpriv.h 3 +++ b/third_party/libpng16/pngpriv.h
4 @@ -127,7 +127,7 @@ 4 @@ -127,7 +127,7 @@
5 */ 5 */
6 # if (defined(__ARM_NEON__) || defined(__ARM_NEON)) && \ 6 # if (defined(__ARM_NEON__) || defined(__ARM_NEON)) && \
7 defined(PNG_ALIGNED_MEMORY_SUPPORTED) 7 defined(PNG_ALIGNED_MEMORY_SUPPORTED)
8 -# define PNG_ARM_NEON_OPT 2 8 -# define PNG_ARM_NEON_OPT 2
9 +# define PNG_ARM_NEON_OPT 0 9 +# define PNG_ARM_NEON_OPT 0
10 # else 10 # else
11 # define PNG_ARM_NEON_OPT 0 11 # define PNG_ARM_NEON_OPT 0
12 # endif 12 # endif
OLDNEW
« no previous file with comments | « third_party/libpng16/0000-build-config.patch ('k') | third_party/libpng16/README.pdfium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698