返回列表 發帖
回復 44# bubblestar

都是出下面的errors。
  1. codec_ilbc.c:41:30: error: ilbc/iLBC_encode.h: No such file or directory
  2. codec_ilbc.c:42:30: error: ilbc/iLBC_decode.h: No such file or directory
  3. codec_ilbc.c:57: error: expected specifier-qualifier-list before ‘iLBC_Enc_Inst_t’
  4. codec_ilbc.c: In function ‘lintoilbc_new’:
  5. codec_ilbc.c:67: warning: implicit declaration of function ‘initEncode’
  6. codec_ilbc.c:67: error: ‘struct ilbc_coder_pvt’ has no member named ‘enc’
  7. codec_ilbc.c: In function ‘ilbctolin_new’:
  8. codec_ilbc.c:76: warning: implicit declaration of function ‘initDecode’
  9. codec_ilbc.c:76: error: ‘struct ilbc_coder_pvt’ has no member named ‘dec’
  10. codec_ilbc.c: In function ‘ilbctolin_framein’:
  11. codec_ilbc.c:114: warning: implicit declaration of function ‘iLBC_decode’
  12. codec_ilbc.c:114: error: ‘struct ilbc_coder_pvt’ has no member named ‘dec’
  13. codec_ilbc.c: In function ‘lintoilbc_framein’:
  14. codec_ilbc.c:132: error: ‘struct ilbc_coder_pvt’ has no member named ‘buf’
  15. codec_ilbc.c: In function ‘lintoilbc_frameout’:
  16. codec_ilbc.c:153: error: ‘struct ilbc_coder_pvt’ has no member named ‘buf’
  17. codec_ilbc.c:154: warning: implicit declaration of function ‘iLBC_encode’
  18. codec_ilbc.c:154: error: ‘struct ilbc_coder_pvt’ has no member named ‘enc’
  19. codec_ilbc.c:163: error: ‘struct ilbc_coder_pvt’ has no member named ‘buf’
  20. codec_ilbc.c:163: error: ‘struct ilbc_coder_pvt’ has no member named ‘buf’
  21. make[1]: *** [codec_ilbc.o] Error 1
  22. make: *** [codecs] Error 2
  23. [root@leo asterisk-1.8.6.0]#
複製代碼

TOP

中英文顯示沒有關係,不需介意。

在make menuselect 版面入面有兩個項目,一個是Format Interpreters,另一個是Codec Translators,請在這兩項入面,看看 iLBC 是否已剔選,沒有的話,請剔選 ilbc

TOP

回復 46# 角色


照下面圖示剔選

iLBC.png


iLBC2.png

TOP

有按照选择,但是就没有files,我在网站找过,其他人都出现这样的问题,好像iLBC的files有所作出更改。不能再自动下载。

角色

TOP

返回列表