diff --git a/webrtc-audio-processing.spec b/webrtc-audio-processing.spec index e552527..fc2da1c 100644 --- a/webrtc-audio-processing.spec +++ b/webrtc-audio-processing.spec @@ -1,4 +1,8 @@ +%ifarch %{arm} +%global neon --enable-neon=no +%endif + Name: webrtc-audio-processing Version: 0.2 Release: 1%{?dist} @@ -33,6 +37,7 @@ files for developing applications that use %{name}. %build %configure \ + %{?neon} \ --disable-silent-rules \ --disable-static