Major rework of port for better compliance with Porters Handbook and general guidelines. Pass maintainership to submitter Changelog: https://github.com/pjsip/pjproject/releases/tag/2.14.1 PR: 277445
12 lines
478 B
Plaintext
12 lines
478 B
Plaintext
--- aconfigure.orig 2023-11-01 09:37:28 UTC
|
|
+++ aconfigure
|
|
@@ -10177,7 +10177,7 @@ printf "%s\n" "Checking if libwebrtc is disabled...no"
|
|
ac_webrtc_instset=sse2
|
|
ac_webrtc_cflags="-msse2"
|
|
;;
|
|
- *win32* | *w32* | *darwin* | *linux*)
|
|
+ *win32* | *w32* | *darwin* | *linux* | *amd64*freebsd* | *x86_64*freebsd*)
|
|
case $target in
|
|
armv7l*gnueabihf)
|
|
ac_webrtc_instset=neon
|