[asterisk-bugs] [JIRA] (ASTERISK-29156) 13.37.1 doesn't build codec_opus.so

Brian J. Murrell (JIRA) noreply at issues.asterisk.org
Wed Nov 11 11:00:15 CST 2020


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

Brian J. Murrell commented on ASTERISK-29156:
---------------------------------------------

Really?  So:

{noformat}
MENUSELECT_CODECS=codec_silk codec_siren7 codec_siren14 codec_g729a 
{noformat}

means to *not* build codec_silk codec_siren7 codec_siren14 codec_g729a codecs?  Seems counter-intuitive, but if that's how it is.

Regardless, with my {{menuselect.makeopts}}'s {{MENUSELECT_CODECS}} set to:

{noformat}
MENUSELECT_CODECS=codec_silk codec_siren7 codec_siren14 codec_g729a 
{noformat}

I am still not getting

{noformat}
/usr/lib64/asterisk/modules/codec_opus.so
/usr/lib64/asterisk/modules/codec_opus.manifest.xml
/usr/lib64/asterisk/modules/format_ogg_opus.so
{noformat}

They don't even exist in the built source tree:

{noformat}
find . -name codec_\*.so
./codecs/codec_adpcm.so
./codecs/codec_a_mu.so
./codecs/codec_g726.so
./codecs/codec_ilbc.so
./codecs/codec_dahdi.so
./codecs/codec_alaw.so
./codecs/codec_lpc10.so
./codecs/codec_gsm.so
./codecs/codec_ulaw.so
./codecs/codec_speex.so
./codecs/codec_resample.so
./codecs/codec_g722.so
{noformat}

> 13.37.1 doesn't build codec_opus.so
> -----------------------------------
>
>                 Key: ASTERISK-29156
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-29156
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Codecs/codec_opus
>    Affects Versions: 13.37.1
>            Reporter: Brian J. Murrell
>            Assignee: Unassigned
>
> I am trying to build 13.37.1 using exactly the same procedure as I built 13.36.0 with but with 13.37.1 I am no longer getting the following files built:
> {noformat}
> /usr/lib64/asterisk/modules/codec_opus.so
> /usr/lib64/asterisk/modules/codec_opus.manifest.xml
> /usr/lib64/asterisk/modules/format_ogg_opus.so
> {noformat}
> The only thing I can see that's different between the 13.36.0 build output and the 13.37.1 build output is that 13.36.0 did:
> {noformat}
> Installing modules from codecs...
> codec_opus: Remote package version 13.0_1.3.0 (263680)
> codec_opus: Downloading https://downloads.digium.com/pub/telephony/codec_opus/asterisk-13.0/x86-64/codec_opus-13.0_1.3.0-x86_64.tar.gz to /var/tmp/dlcache/codec_opus-13.0_1.3.0-x86_64.tar.gz
> codec_opus: Installing.
> codec_opus: Installed.
> {noformat}
> and 13.37.1 did not.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list