[asterisk-bugs] [Asterisk 0012356]: iLBC compile error
noreply at bugs.digium.com
noreply at bugs.digium.com
Wed Apr 2 16:48:48 CDT 2008
The following issue has been RESOLVED.
======================================================================
http://bugs.digium.com/view.php?id=12356
======================================================================
Reported By: rossbeer
Assigned To: putnopvut
======================================================================
Project: Asterisk
Issue ID: 12356
Category: Codecs/codec_ilbc
Reproducibility: always
Severity: major
Priority: normal
Status: resolved
Asterisk Version: 1.4.19
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
Resolution: no change required
Fixed in Version:
======================================================================
Date Submitted: 04-02-2008 16:35 CDT
Last Modified: 04-02-2008 16:48 CDT
======================================================================
Summary: iLBC compile error
Description:
codec_ilbc compile error:
[CC] codec_ilbc.c -> codec_ilbc.o
codec_ilbc.c:50:30: error: ilbc/iLBC_encode.h: No such file or directory
codec_ilbc.c:51:30: error: ilbc/iLBC_decode.h: No such file or directory
codec_ilbc.c:66: error: expected specifier-qualifier-list before
âiLBC_Enc_Inst_tâ
codec_ilbc.c: In function âlintoilbc_newâ:
codec_ilbc.c:76: warning: implicit declaration of function âinitEncodeâ
codec_ilbc.c:76: error: âstruct ilbc_coder_pvtâ has no member named
âencâ
codec_ilbc.c: In function âilbctolin_newâ:
codec_ilbc.c:85: warning: implicit declaration of function âinitDecodeâ
codec_ilbc.c:85: error: âstruct ilbc_coder_pvtâ has no member named
âdecâ
codec_ilbc.c: In function âilbctolin_frameinâ:
codec_ilbc.c:147: warning: implicit declaration of function
âiLBC_decodeâ
codec_ilbc.c:147: error: âstruct ilbc_coder_pvtâ has no member named
âdecâ
codec_ilbc.c: In function âlintoilbc_frameinâ:
codec_ilbc.c:165: error: âstruct ilbc_coder_pvtâ has no member named
âbufâ
codec_ilbc.c: In function âlintoilbc_frameoutâ:
codec_ilbc.c:186: error: âstruct ilbc_coder_pvtâ has no member named
âbufâ
codec_ilbc.c:187: warning: implicit declaration of function
âiLBC_encodeâ
codec_ilbc.c:187: error: âstruct ilbc_coder_pvtâ has no member named
âencâ
codec_ilbc.c:196: error: âstruct ilbc_coder_pvtâ has no member named
âbufâ
codec_ilbc.c:196: error: âstruct ilbc_coder_pvtâ has no member named
âbufâ
make[1]: *** [codec_ilbc.o] Error 1
make: *** [codecs] Error 2
======================================================================
----------------------------------------------------------------------
putnopvut - 04-02-08 16:48
----------------------------------------------------------------------
This is not a bug. The iLBC source has been removed from Asterisk due to
licensing concerns. Please run contrib/scripts/get_ilbc.sh in order to
have the iLBC source back in your Asterisk source tree after reviewing the
license for the iLBC codec.
Issue History
Date Modified Username Field Change
======================================================================
04-02-08 16:48 putnopvut Note Added: 0084962
======================================================================
More information about the asterisk-bugs
mailing list