3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/applications/networking/pjsip/fix-aarch64.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
482 B
Diff
Raw Normal View History

2019-07-06 04:01:43 +01:00
--- a/aconfigure
+++ b/aconfigure
2021-10-04 07:12:20 +01:00
@@ -9174,6 +9174,10 @@
ac_webrtc_instset=neon
ac_webrtc_cflags="-DWEBRTC_ARCH_ARM64"
;;
2019-07-06 04:01:43 +01:00
+ arm64*|aarch64*)
+ ac_webrtc_instset=neon
+ ac_webrtc_cflags="-DWEBRTC_ARCH_ARM64"
+ ;;
*)
ac_webrtc_instset=sse2
;;