2020-04-24 23:36:52 +00:00
|
|
|
--- a/aconfigure
|
|
|
|
+++ b/aconfigure
|
2021-10-04 12:37:57 +00:00
|
|
|
@@ -9174,6 +9174,10 @@
|
|
|
|
ac_webrtc_instset=neon
|
|
|
|
ac_webrtc_cflags="-DWEBRTC_ARCH_ARM64"
|
|
|
|
;;
|
2020-04-24 23:36:52 +00:00
|
|
|
+ arm64*|aarch64*)
|
|
|
|
+ ac_webrtc_instset=neon
|
|
|
|
+ ac_webrtc_cflags="-DWEBRTC_ARCH_ARM64"
|
|
|
|
+ ;;
|
|
|
|
*)
|
|
|
|
ac_webrtc_instset=sse2
|
|
|
|
;;
|