]> git.pld-linux.org Git - packages/pulseaudio.git/commitdiff
disable neon on not applicable archs
authorJan Palus <atler@pld-linux.org>
Fri, 4 Dec 2020 21:58:08 +0000 (22:58 +0100)
committerJan Palus <atler@pld-linux.org>
Fri, 4 Dec 2020 21:58:08 +0000 (22:58 +0100)
pulseaudio.spec

index 9d6e2b09d010c309f9d02e141f58d9f04f4e7e40..a02f4f57aadd3c08e928ad0fb4fd492406f9a299 100644 (file)
@@ -7,6 +7,11 @@
                                # thread, why it's a bad idea
 %bcond_without lirc            # without lirc module
 %bcond_with    static_libs     # build static libraries
+%bcond_without neon            # without ARM NEON instructions
+
+%ifnarch armv7l armv7hl armv7hnl armv8l armv8hl armv8hnl armv8hcnl aarch64
+%undefine       with_neon
+%endif
 
 Summary:       Modular sound server
 Summary(pl.UTF-8):     Modularny serwer dźwięku
@@ -386,6 +391,7 @@ Uzupełnianie parametrów w zsh dla poleceń PulseAudio.
        --enable-gsettings \
        --enable-hal-compat \
        %{!?with_lirc:--disable-lirc} \
+       %{!?with_neon:--disable-neon-opt} \
        --disable-silent-rules \
        --enable-static%{!?with_static_libs:=no} \
        --enable-webrtc-aec \
This page took 0.196421 seconds and 4 git commands to generate.