【角色茶桌】—— Asterisk 1.8 的 iLBC 安装程序
| 本帖最後由 角色 於 2011-9-18 02:20 編輯 
 由于安装出现问题,所以先看看在iLBC的网站最新信息。
 
 http://ilbcfreeware.org
 
 http://www.webrtc.org
 
 1) 在/usr/src/asterisk/asterisk-1.8.6.0,运行下面指令
 contrib/scripts/get_ilbc_source.sh
 
 2) make gives the following error message
 3) cd codecs/ilbc, 然后ls複製代碼   [CC] codec_ilbc.c -> codec_ilbc.o
codec_ilbc.c:41:30: error: ilbc/iLBC_encode.h: No such file or directory
codec_ilbc.c:42:30: error: ilbc/iLBC_decode.h: No such file or directory
extract-cfile.awk里面没有东西。複製代碼[root@leo ilbc]# ls
extract-cfile.awk  Makefile  rfc3951.txt
所有source code都在rfc3951.txt里
 
 在下一楼里,根据官网,找到怎样把rfc3951.txt里的source code extracted 出来,然后放在extract-cfile.awk,再用下面指令执行就可
 
 awk -f extract-cfile.awk rfc3951.txt
 
 角色
 |