Accepting request 173395 from home:dirkmueller:branches:multimedia:libs

- explicitely disable building NEON for armv5/6

OBS-URL: https://build.opensuse.org/request/show/173395
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=116
This commit is contained in:
Ismail Dönmez 2013-04-25 14:56:34 +00:00 committed by Git OBS Bridge
parent 9cc170d035
commit b987899bc0
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 25 14:52:14 UTC 2013 - dmueller@suse.com
- explicitely disable building NEON for armv5/6
-------------------------------------------------------------------
Fri Mar 8 10:17:34 CET 2013 - tiwai@suse.de

View File

@ -273,6 +273,9 @@ autoreconf -fiv
--disable-static \
--disable-rpath \
--enable-systemd \
%ifarch armv5tel armv6hl
--disable-neon-opt \
%endif
--with-system-user=pulse \
--with-system-group=pulse \
--with-access-group=pulse-access \