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  

目录
相关文章
|
10月前
QSoundEffect(qaudio): Error decoding source
QSoundEffect(qaudio): Error decoding source
197 0
|
11月前
|
缓存 PHP
Composer 报错 Error while processing content unencoding: Unknown failure within ...
Composer 报错 Error while processing content unencoding: Unknown failure within ...
164 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 : ‘}‘
85 0
configure: error: libacl not found
configure: error: libacl not found
67 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
83 0
configure: error: You requested LIBYUV but not found...die
configure: error: You requested LIBYUV but not found...die
77 0
FFmpeg Invalid data found when processing input
FFmpeg Invalid data found when processing input
422 0
解决办法:configure: error: You requested SRTP (requires libsrtp) but not found...die
解决办法:configure: error: You requested SRTP (requires libsrtp) but not found...die
123 0
ERROR: libx264 not found
ERROR: libx264 not found
141 0
|
网络协议 关系型数据库 Linux
onfigure: error: no acceptable C compiler found in $PATH See `config.log' for more details 问题解决
onfigure: error: no acceptable C compiler found in $PATH See `config.log' for more details 问题解决
157 0

热门文章

最新文章