Skip to content

Commit 534443e

Browse files
committed
Added patch for 2.10 webrtc arm arch
1 parent 51d199f commit 534443e

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

deps/patches/009_aconfigure.patch

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
--- aconfigure 2025-03-25 12:10:27
2+
+++ pjsip/aconfigure 2025-03-25 12:13:44
3+
@@ -9042,6 +9042,10 @@
4+
armv7l*gnueabihf)
5+
ac_webrtc_instset=neon
6+
ac_webrtc_cflags="-DWEBRTC_ARCH_ARMV7 -mfloat-abi=hard -mfpu=neon"
7+
+ ;;
8+
+ arm-apple-darwin*)
9+
+ ac_webrtc_instset=neon
10+
+ ac_webrtc_cflags="-DWEBRTC_ARCH_ARM64"
11+
;;
12+
*)
13+
ac_webrtc_instset=sse2

0 commit comments

Comments
 (0)