diff --git a/deps/patches/009_aconfigure.patch b/deps/patches/009_aconfigure.patch new file mode 100644 index 00000000..8b772c25 --- /dev/null +++ b/deps/patches/009_aconfigure.patch @@ -0,0 +1,13 @@ +--- aconfigure 2025-03-25 12:10:27 ++++ pjsip/aconfigure 2025-03-25 12:13:44 +@@ -9042,6 +9042,10 @@ + armv7l*gnueabihf) + ac_webrtc_instset=neon + ac_webrtc_cflags="-DWEBRTC_ARCH_ARMV7 -mfloat-abi=hard -mfpu=neon" ++ ;; ++ arm-apple-darwin*) ++ ac_webrtc_instset=neon ++ ac_webrtc_cflags="-DWEBRTC_ARCH_ARM64" + ;; + *) + ac_webrtc_instset=sse2