[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
Fri Apr 28 16:18:58 CDT 2017


    [ https://issues.asterisk.org/jira/browse/ASTERISK-26930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=236795#comment-236795 ] 

abelbeck commented on ASTERISK-26930:
-------------------------------------

To elaborate from what is in the Description above, additional cleanup that can be done:

1) Revert this commit: http://git.asterisk.org/gitweb/?p=asterisk/asterisk.git;a=blobdiff;f=third-party/pjproject/patches/config_site.h;h=a345734b0f8b3767638992b0cc0fb96bb974263e;hp=5e29cdb6aa43846e3318dd078667b431c40a066c;hb=9c05ddbdddb80d46a0621b519858b37d2e7c01fb;hpb=debaf377be3337cc9e3ca81a0c7b555eaa7f78ec

2) Remove {noformat}--without-external-webrtc{noformat} from "third-party/pjproject/Makefile.rules".

> 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
>            Assignee: 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