We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d199f commit 534443eCopy full SHA for 534443e
1 file changed
deps/patches/009_aconfigure.patch
@@ -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