Hi,
I would like to install iLBC codec. I have found a “HOW TO …” here voip-info.org/wiki/view/iLBC.
Unlucky when I compile with make I get the following errors.
Generating embedded module rules ...
[CC] codec_ilbc.c -> codec_ilbc.o
codec_ilbc.c:40:30: error: ilbc/iLBC_encode.h: Nessun file o directory
codec_ilbc.c:41:30: error: ilbc/iLBC_decode.h: Nessun file o directory
codec_ilbc.c:56: error: expected specifier-qualifier-list before ‘iLBC_Enc_Inst_t’
codec_ilbc.c: In function ‘lintoilbc_new’:
codec_ilbc.c:66: warning: implicit declaration of function ‘initEncode’
codec_ilbc.c:66: error: ‘struct ilbc_coder_pvt’ has no member named ‘enc’
codec_ilbc.c: In function ‘ilbctolin_new’:
codec_ilbc.c:75: warning: implicit declaration of function ‘initDecode’
codec_ilbc.c:75: error: ‘struct ilbc_coder_pvt’ has no member named ‘dec’
codec_ilbc.c: In function ‘ilbctolin_framein’:
codec_ilbc.c:113: warning: implicit declaration of function ‘iLBC_decode’
codec_ilbc.c:113: error: ‘struct ilbc_coder_pvt’ has no member named ‘dec’
codec_ilbc.c: In function ‘lintoilbc_framein’:
codec_ilbc.c:131: error: ‘struct ilbc_coder_pvt’ has no member named ‘buf’
codec_ilbc.c: In function ‘lintoilbc_frameout’:
codec_ilbc.c:152: error: ‘struct ilbc_coder_pvt’ has no member named ‘buf’
codec_ilbc.c:153: warning: implicit declaration of function ‘iLBC_encode’
codec_ilbc.c:153: error: ‘struct ilbc_coder_pvt’ has no member named ‘enc’
codec_ilbc.c:162: error: ‘struct ilbc_coder_pvt’ has no member named ‘buf’
codec_ilbc.c:162: error: ‘struct ilbc_coder_pvt’ has no member named ‘buf’
make[1]: *** [codec_ilbc.o] Errore 1
make: *** [codecs] Errore 2
I have tried with Asterisk 1.4.29 and 1.6.2.0. Where is the problem?
Thank