commit c7f1a5fb14a4b0dff073bb46bc8b4adc66e16286
Author: Jan Palus <[email protected]>
Date:   Thu Sep 14 22:53:42 2023 +0200

    neon runtime detection is effectively gone
    
    while still available in meson_options.txt, the WEBRTC_DETECT_NEON
    define is nowhere to be found except meson.build

 webrtc-audio-processing1.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/webrtc-audio-processing1.spec b/webrtc-audio-processing1.spec
index fa24e14..07cc270 100644
--- a/webrtc-audio-processing1.spec
+++ b/webrtc-audio-processing1.spec
@@ -8,7 +8,7 @@
 %bcond_without neon            # ARM NEON instructions
 %bcond_with    sse2            # SSE2 instructions
 
-%ifnarch armv7l armv7hl armv7hnl armv8l armv8hl armv8hnl armv8hcnl
+%ifnarch armv7hnl armv8l armv8hl armv8hnl armv8hcnl aarch64
 %undefine      with_neon
 %endif
 %ifarch pentium4 %{x8664} x32
@@ -93,7 +93,7 @@ CFLAGS="%{rpmcflags} -msse2"
 CXXFLAGS="%{rpmcxxflags} -msse2"
 %endif
 %meson build \
-       -Dneon=%{?with_neon:runtime}%{!?with_neon:no}
+       -Dneon=%{?with_neon:yes}%{!?with_neon:no}
 
 %ninja_build -C build
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/webrtc-audio-processing1.git/commitdiff/c7f1a5fb14a4b0dff073bb46bc8b4adc66e16286

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to