博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
configure: error: You requested G729 audio codec but not found...die
阅读量:2024 次
发布时间:2019-04-28

本文共 427 字,大约阅读时间需要 1 分钟。

  • 错误如下:
checking for Init_Decod_ld8a in -lg729b... nochecking for g729b/ld8a.h... yeschecking for Init_Decod_ld8a in -lg729b... (cached) noconfigure: 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的东西。可是编译没出错。研究了一个代码,是有这个东西的,编译时没有把这个文件包含进去。吾修改后解决。为了方便大家,吾提供了开源库:

转载地址:http://chkaf.baihongyu.com/

你可能感兴趣的文章
【时间管理】优秀是选择的结果
查看>>
【Linux Is Not Unix】Linux如何增加和修改SSH端口号
查看>>
Dell r510如何做Raid 0 和Radi 5
查看>>
【虚拟思维】VMware Vsphere简介
查看>>
APP.Config配置文件
查看>>
设计模式的基础——类图以及类与类之间的关系
查看>>
win10 CPU占用率过高 经常100%
查看>>
【虚拟思维】什么是虚拟机(virtual machine)
查看>>
算术左移——逻辑左移~~算术右移——逻辑右移
查看>>
编程语言的分类(编译型-解释型;动态类型-静态类型;强类型-弱类型)
查看>>
【Linux Is Not Unix】Centos7如何配置动态ip和静态ip
查看>>
将指定字符串按指定长度进行剪切
查看>>
visual studio 中A single valid machine type compatible with the input type library报错解决方案
查看>>
.NET使用一般处理程序生成验证码!
查看>>
.net中获取MD5码
查看>>
真分页和假分页
查看>>
HTML基础知识总结
查看>>
CS1752:Interop type 'ApplicationClass' cannot be embedded. Use the applicable interface instead.
查看>>
mvc(5)——URL路由_2_定义自定义片段变量
查看>>
mvc(5)——URL路由_3_约束路由
查看>>