Accepting request 205792 from multimedia:libs
- aarch64-no-neon.patch: Disable use of NEON on aarch64 (forwarded request 205791 from Andreas_Schwab) OBS-URL: https://build.opensuse.org/request/show/205792 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer-plugins-base?expand=0&rev=16
This commit is contained in:
commit
ae4d92c6a3
14
aarch64-no-neon.patch
Normal file
14
aarch64-no-neon.patch
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
Index: gst-plugins-base-1.2.0/gst/audioresample/resample.c
|
||||||
|
===================================================================
|
||||||
|
--- gst-plugins-base-1.2.0.orig/gst/audioresample/resample.c
|
||||||
|
+++ gst-plugins-base-1.2.0/gst/audioresample/resample.c
|
||||||
|
@@ -92,6 +92,9 @@
|
||||||
|
#ifndef HAVE_ARM_NEON
|
||||||
|
#undef _USE_NEON
|
||||||
|
#endif
|
||||||
|
+#ifdef __aarch64__ /* Not ported yet */
|
||||||
|
+#undef _USE_NEON
|
||||||
|
+#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
static inline void *
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 4 21:06:05 UTC 2013 - schwab@suse.de
|
||||||
|
|
||||||
|
- aarch64-no-neon.patch: Disable use of NEON on aarch64
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 22 20:59:08 UTC 2013 - dimstar@opensuse.org
|
Tue Oct 22 20:59:08 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -28,6 +28,7 @@ License: LGPL-2.1+ and GPL-2.0+
|
|||||||
Group: Productivity/Multimedia/Other
|
Group: Productivity/Multimedia/Other
|
||||||
Source: http://download.gnome.org/sources/gst-plugins-base/1.2/%{_name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/gst-plugins-base/1.2/%{_name}-%{version}.tar.xz
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
|
Patch: aarch64-no-neon.patch
|
||||||
BuildRequires: cdparanoia-devel
|
BuildRequires: cdparanoia-devel
|
||||||
BuildRequires: glib2-devel >= 2.32
|
BuildRequires: glib2-devel >= 2.32
|
||||||
BuildRequires: gstreamer-devel >= 1.0.10
|
BuildRequires: gstreamer-devel >= 1.0.10
|
||||||
@ -422,6 +423,7 @@ package.
|
|||||||
%lang_package
|
%lang_package
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{_name}-%{version}
|
%setup -q -n %{_name}-%{version}
|
||||||
|
%patch -p1
|
||||||
translation-update-upstream po gst-plugins-base-%{gst_branch}
|
translation-update-upstream po gst-plugins-base-%{gst_branch}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user