webrtc-audio-processing/webrtc-audio-processing-1.2-i586-march-native.patch

11 lines
375 B
Diff
Raw Normal View History

--- webrtc-audio-processing-1.2/meson.build.orig 2023-09-02 20:49:08.000000000 +0200
+++ webrtc-audio-processing-1.2/meson.build 2023-09-10 15:05:36.552080442 +0200
@@ -74,6 +74,7 @@
install_headers(headers, preserve_path: true)
endif
+os_cflags = ['-march=native']
if ['darwin', 'ios'].contains(host_system)
os_cflags = ['-DWEBRTC_MAC']
if host_system == 'ios'