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
This commit is contained in:
parent
781cc06447
commit
8c508d5e69
@ -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
|
|
||||||
|
|
@ -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
|
Sun Mar 29 12:44:43 UTC 2015 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -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
|
Source2: http://downloads.webmproject.org/releases/webp/%name-%version.tar.gz.asc
|
||||||
Source3: %name.keyring
|
Source3: %name.keyring
|
||||||
Source4: baselibs.conf
|
Source4: baselibs.conf
|
||||||
Patch1: aarch64-disable-neon.diff
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: giflib-devel
|
BuildRequires: giflib-devel
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
@ -115,7 +114,6 @@ images more efficiently.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -P 1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static \
|
%configure --disable-static \
|
||||||
|
Loading…
Reference in New Issue
Block a user