File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11081,7 +11081,7 @@ printf "%s\n" "Checking if libwebrtc is disabled...no" >&6; }
11081
11081
case $target in
11082
11082
* -apple-darwin_ios* )
11083
11083
case $target in
11084
- arm64* )
11084
+ arm64* | aarch64 * )
11085
11085
ac_webrtc_instset=neon
11086
11086
ac_webrtc_cflags=" -DWEBRTC_ARCH_ARM64"
11087
11087
;;
@@ -11234,7 +11234,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
11234
11234
case $target in
11235
11235
* -apple-darwin_ios* )
11236
11236
case $target in
11237
- arm64* )
11237
+ arm64* | aarch64 * )
11238
11238
ac_webrtc_aec3_instset=neon
11239
11239
ac_webrtc_aec3_cflags=" -DWEBRTC_ARCH_ARM64"
11240
11240
;;
Original file line number Diff line number Diff line change @@ -2717,7 +2717,7 @@ AC_ARG_ENABLE(libwebrtc,
2717
2717
case $target in
2718
2718
*-apple-darwin_ios*)
2719
2719
case $target in
2720
- arm64*)
2720
+ arm64* | aarch64* )
2721
2721
ac_webrtc_instset=neon
2722
2722
ac_webrtc_cflags="-DWEBRTC_ARCH_ARM64"
2723
2723
;;
@@ -2837,7 +2837,7 @@ AC_ARG_ENABLE(libwebrtc_aec3,
2837
2837
case $target in
2838
2838
*-apple-darwin_ios*)
2839
2839
case $target in
2840
- arm64*)
2840
+ arm64* | aarch64* )
2841
2841
ac_webrtc_aec3_instset=neon
2842
2842
ac_webrtc_aec3_cflags="-DWEBRTC_ARCH_ARM64"
2843
2843
;;
You can’t perform that action at this time.
0 commit comments