From 8c508d5e69f003a8112909e71c06f1b951fb484049fc0708c74eac22483f5d44 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 13 Jun 2015 11:18:24 +0000 Subject: [PATCH] Accepting request 311923 from home:dirkmueller:branches:graphics - remove aarch64-disable-neon.diff: compiler was fixed, neon can be compiled now OBS-URL: https://build.opensuse.org/request/show/311923 OBS-URL: https://build.opensuse.org/package/show/graphics/libwebp?expand=0&rev=10 --- aarch64-disable-neon.diff | 22 ---------------------- libwebp.changes | 6 ++++++ libwebp.spec | 2 -- 3 files changed, 6 insertions(+), 24 deletions(-) delete mode 100644 aarch64-disable-neon.diff diff --git a/aarch64-disable-neon.diff b/aarch64-disable-neon.diff deleted file mode 100644 index 791136e..0000000 --- a/aarch64-disable-neon.diff +++ /dev/null @@ -1,22 +0,0 @@ -From: dmueller@suse.com -Date: Tue Oct 28 06:45:02 UTC 2014 -Upstream: never - -incompatible types when initializing type 'int32x4_t' using type 'int32x2_t' ---- - src/dsp/dsp.h | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -Index: libwebp-0.4.3/src/dsp/dsp.h -=================================================================== ---- libwebp-0.4.3.orig/src/dsp/dsp.h -+++ libwebp-0.4.3/src/dsp/dsp.h -@@ -69,7 +69,7 @@ extern "C" { - // The intrinsics currently cause compiler errors with arm-nacl-gcc and the - // inline assembly would need to be modified for use with Native Client. - #if (defined(__ARM_NEON__) || defined(WEBP_ANDROID_NEON) || \ -- defined(__aarch64__)) && !defined(__native_client__) -+ 0 ) && !defined(__native_client__) - #define WEBP_USE_NEON - #endif - diff --git a/libwebp.changes b/libwebp.changes index 3cb0621..0383739 100644 --- a/libwebp.changes +++ b/libwebp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jun 13 10:48:36 UTC 2015 - dmueller@suse.com + +- remove aarch64-disable-neon.diff: compiler was fixed, neon + can be compiled now + ------------------------------------------------------------------- Sun Mar 29 12:44:43 UTC 2015 - jengelh@inai.de diff --git a/libwebp.spec b/libwebp.spec index 1af3b33..56f4f48 100644 --- a/libwebp.spec +++ b/libwebp.spec @@ -29,7 +29,6 @@ Source: http://downloads.webmproject.org/releases/webp/%name-%version.ta Source2: http://downloads.webmproject.org/releases/webp/%name-%version.tar.gz.asc Source3: %name.keyring Source4: baselibs.conf -Patch1: aarch64-disable-neon.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: giflib-devel BuildRequires: libjpeg-devel @@ -115,7 +114,6 @@ images more efficiently. %prep %setup -q -%patch -P 1 -p1 %build %configure --disable-static \