返回列表 發帖
谢谢,明白。

角色

TOP

安装iLBC又出事呢?在make的时候,发现没有下面的library,不知道在哪里可以找到。

ilbc/iLBC_encode.h: No such file or directory


角色

TOP

回復 37# bubblestar

我的全英文,而你是中文?

角色

TOP

回復 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

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

角色

TOP

返回列表