repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
anvil-editor: init at 0.4
[NixPkgs.git]
/
pkgs
/
applications
/
networking
/
pjsip
/
fix-aarch64.patch
blob
1680bde707ca481b2c5a40e229fd211bc753a76a
1
--- a/aconfigure
2
+++ b/aconfigure
3
@@ -9174,6 +9174,10 @@
4
ac_webrtc_instset=neon
5
ac_webrtc_cflags="-DWEBRTC_ARCH_ARM64"
6
;;
7
+ arm64*|aarch64*)
8
+ ac_webrtc_instset=neon
9
+ ac_webrtc_cflags="-DWEBRTC_ARCH_ARM64"
10
+ ;;
11
*)
12
ac_webrtc_instset=sse2
13
;;