SHA256
1
0
forked from pool/audacity

Accepting request 139119 from multimedia:apps

- explicitly disable SSE on non-x86 architectures (fixes ARM,
  probably others) (forwarded request 139023 from uli_suse)

OBS-URL: https://build.opensuse.org/request/show/139119
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audacity?expand=0&rev=54
This commit is contained in:
Stephan Kulow 2012-10-24 15:02:01 +00:00 committed by Git OBS Bridge
commit af39727120
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Oct 22 17:21:41 CEST 2012 - uli@suse.de
- explicitly disable SSE on non-x86 architectures (fixes ARM,
probably others)
-------------------------------------------------------------------
Thu Aug 30 15:38:45 UTC 2012 - reddwarf@opensuse.org

View File

@ -95,7 +95,11 @@ rm -r lib-src/ffmpeg/
%endif
%build
%configure --docdir=%{_defaultdocdir}/audacity/
%configure --docdir=%{_defaultdocdir}/audacity/ \
%ifnarch %ix86 x86_64
--disable-sse
%endif
make %{?_smp_mflags}
%install