summaryrefslogtreecommitdiff
path: root/aconfigure
diff options
context:
space:
mode:
Diffstat (limited to 'aconfigure')
-rwxr-xr-xaconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/aconfigure b/aconfigure
index 840c42c6..b0a63e08 100755
--- a/aconfigure
+++ b/aconfigure
@@ -8420,6 +8420,10 @@ $as_echo "Checking if libwebrtc is disabled...no" >&6; }
case $target in
*-apple-darwin_ios*)
case $target in
+ arm64*)
+ ac_webrtc_instset=neon
+ ac_webrtc_cflags="-DWEBRTC_ARCH_ARM64"
+ ;;
*arm*)
ac_webrtc_instset=neon
;;