summary refs log tree commit diff
path: root/pkgs/applications/networking/pjsip/fix-aarch64.patch
blob: f4aabf7a9bb49598b66143e6a646d8063265c778 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/aconfigure
+++ b/aconfigure
@@ -8945,6 +8945,10 @@
                                  ac_webrtc_instset=neon
                                  ac_webrtc_cflags="-DWEBRTC_ARCH_ARMV7 -mfloat-abi=hard -mfpu=neon"
                                  ;;
+                             arm64*|aarch64*)
+                                 ac_webrtc_instset=neon
+                                 ac_webrtc_cflags="-DWEBRTC_ARCH_ARM64"
+                                 ;;
                              *)
                                  ac_webrtc_instset=sse2
                                  ;;