[asterisk-bugs] [JIRA] (ASTERISK-26930) pjproject/Makefile.rules for pjsip 2.6 build fails for non-SSE2 instrunction Linux
abelbeck (JIRA)
noreply at issues.asterisk.org
Sat Apr 8 06:53:58 CDT 2017
abelbeck created ASTERISK-26930:
-----------------------------------
Summary: pjproject/Makefile.rules for pjsip 2.6 build fails for non-SSE2 instrunction Linux
Key: ASTERISK-26930
URL: https://issues.asterisk.org/jira/browse/ASTERISK-26930
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: pjproject/pjsip
Affects Versions: 13.15.0
Environment: AstLinux 1.2.x
Reporter: abelbeck
George Joseph added this commit "pjproject_bundled: Update for pjproject 2.6"
http://git.asterisk.org/gitweb/?p=asterisk/asterisk.git;a=commit;h=9c05ddbdddb80d46a0621b519858b37d2e7c01fb
For pjsip 2.5.5 webrtc is disabled with --disable-webrtc
For pjsip 2.6 webrtc is disabled with --disable-libwebrtc
But, the referenced commit above instead uses --without-external-webrtc which uses the internal builtin webrtc source together with a config_site.h #define of PJMEDIA_HAS_WEBRTC_AEC 0 to roundabout disable webrtc.
The problem is pjsip's internal webrtc for Linux requires a SSE2 instruction set when compiling aec_core_sse2.c, so a i586 toolchain fails.
Proposed solution is to revert the commit above changes to files "third-party/pjproject/Makefile.rules" and "third-party/pjproject/patches/config_site.h" and then in "third-party/pjproject/Makefile.rules" change --disable-webrtc to --disable-libwebrtc .
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list