Accepting request 294574 from multimedia:libs
1 OBS-URL: https://build.opensuse.org/request/show/294574 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/speexdsp?expand=0&rev=4
This commit is contained in:
commit
6bc9824ce2
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 5 00:55:44 UTC 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
- disable unchecked use of NEON extension
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 16 21:00:41 UTC 2015 - jengelh@inai.de
|
Mon Mar 16 21:00:41 UTC 2015 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -62,8 +62,11 @@ SpeeX library.
|
|||||||
%setup -q -n %{name}-%{package_version}
|
%setup -q -n %{name}-%{package_version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
# Disable NEON since it doesn't check for availability of the NEON
|
||||||
|
# extension at runtime
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static
|
--disable-static \
|
||||||
|
--disable-neon
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user