diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2016-04-27 22:40:39 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2016-04-27 22:40:39 -0500 |
commit | 2b9f68631cdb74d38abefa14cd697c0cc43b82dd (patch) | |
tree | 638ad1dde3e96039ec0d35f1a8fe016864eb998b /contrib/intel/intel_sse.patch | |
parent | 830608b4b8fde114137d8be4d7d83b4d33717879 (diff) |
[libpng16] Rebased contrib/intel_sse.patch.
Diffstat (limited to 'contrib/intel/intel_sse.patch')
-rw-r--r-- | contrib/intel/intel_sse.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/contrib/intel/intel_sse.patch b/contrib/intel/intel_sse.patch index 13472dc12..174f5895c 100644 --- a/contrib/intel/intel_sse.patch +++ b/contrib/intel/intel_sse.patch @@ -1,6 +1,6 @@ diff --git a/configure.ac b/configure.ac ---- a/configure.ac 2016-02-22 17:24:25.000000000 -0600 -+++ b/configure.ac 2016-02-22 17:30:36.949159871 -0600 +--- a/configure.ac 2016-04-27 22:33:47.805069558 -0500 ++++ b/configure.ac 2016-04-27 22:33:47.829012469 -0500 @@ -1,10 +1,13 @@ # configure.ac @@ -15,7 +15,7 @@ diff --git a/configure.ac b/configure.ac # and license in png.h dnl Process this file with autoconf to produce a configure script. -@@ -316,16 +319,50 @@ AC_ARG_ENABLE([arm-neon], +@@ -335,16 +338,50 @@ AC_ARG_ENABLE([arm-neon], AM_CONDITIONAL([PNG_ARM_NEON], [test "$enable_arm_neon" != 'no' && @@ -67,8 +67,8 @@ diff --git a/configure.ac b/configure.ac AC_OUTPUT diff --git a/Makefile.am b/Makefile.am ---- a/Makefile.am 2016-02-22 17:24:24.000000000 -0600 -+++ b/Makefile.am 2016-02-22 17:32:18.387223996 -0600 +--- a/Makefile.am 2016-04-27 22:33:47.809928404 -0500 ++++ b/Makefile.am 2016-04-27 22:33:47.832941146 -0500 @@ -1,10 +1,13 @@ # Makefile.am, the source file for Makefile.in (and hence Makefile), is # @@ -83,7 +83,7 @@ diff --git a/Makefile.am b/Makefile.am # and license in png.h PNGLIB_BASENAME= libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@ -@@ -83,16 +86,20 @@ libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_SO +@@ -86,16 +89,20 @@ libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_SO pngset.c pngtrans.c pngwio.c pngwrite.c pngwtran.c pngwutil.c\ png.h pngconf.h pngdebug.h pnginfo.h pngpriv.h pngstruct.h pngusr.dfa @@ -105,8 +105,8 @@ diff --git a/Makefile.am b/Makefile.am # Versioned symbols and restricted exports if HAVE_SOLARIS_LD diff --git a/pngpriv.h b/pngpriv.h ---- a/pngpriv.h 2016-04-18 09:34:43.670248185 -0500 -+++ b/pngpriv.h 2016-04-18 09:31:01.697943803 -0500 +--- a/pngpriv.h 2016-04-27 22:33:47.800157005 -0500 ++++ b/pngpriv.h 2016-04-27 22:33:47.838191194 -0500 @@ -177,16 +177,52 @@ # endif /* !PNG_ARM_NEON_IMPLEMENTATION */ |