configure: error: You requested G729 audio codec but not found...die

简介: configure: error: You requested G729 audio codec but not found...die

错误如下:

checking for Init_Decod_ld8a in -lg729b... no
checking for g729b/ld8a.h... yes
checking for Init_Decod_ld8a in -lg729b... (cached) no
configure: error: You requested G729 audio codec but not found...die
/usr/bin/ld: /home/quantum6/telecom/build_libs/lib/libg729b.so: undefined reference to `bad_lsf'
collect2: error: ld returned 1 exit status

 意思就是缺少一个bad_lsf的东西。可是编译没出错。研究了一个代码,是有这个东西的,编译时没有把这个文件包含进去。吾修改后解决。为了方便大家,吾提供了开源库:


https://github.com/quantum6/g729-quantum6  

目录
相关文章
QSoundEffect(qaudio): Error decoding source
QSoundEffect(qaudio): Error decoding source
322 0
error C2449: found ‘{‘ at file scope (missing function header?)和error C2059: syntax error : ‘}‘
error C2449: found ‘{‘ at file scope (missing function header?)和error C2059: syntax error : ‘}‘
143 0
error C2041: illegal digit ‘9‘ for base ‘8‘ | error C2059: syntax error: ‘bad suffix on number‘
error C2041: illegal digit ‘9‘ for base ‘8‘ | error C2059: syntax error: ‘bad suffix on number‘
153 0
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1179)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1179)
465 0
configure:13747: error: You requested FFmpeg (h264, h263, theora, mp4v-es) but not found...die
configure:13747: error: You requested FFmpeg (h264, h263, theora, mp4v-es) but not found...die
106 0
configure: error: You requested LIBYUV but not found...die
configure: error: You requested LIBYUV but not found...die
111 0
解决办法:configure: error: You requested SRTP (requires libsrtp) but not found...die
解决办法:configure: error: You requested SRTP (requires libsrtp) but not found...die
154 0
FFmpeg Invalid data found when processing input
FFmpeg Invalid data found when processing input
576 0
Dx unsupported class file version 52.0 Conversion to Dalvik format failed with error 1
Dx unsupported class file version 52.0 Conversion to Dalvik format failed with error 1
162 0
ERROR: libx264 not found
ERROR: libx264 not found
180 0