作者热门文章
- c - 在位数组中找到第一个零
- linux - Unix 显示有关匹配两种模式之一的文件的信息
- 正则表达式替换多个文件
- linux - 隐藏来自 xtrace 的命令
我正在使用 PJSIP 库在 Android 上构建一个 VOIP 应用程序。
我试图启用 OPUS 编解码器,因为 PJSIP 从 v2.5 开始支持 OPUS。
我关注了以下 link在 PJSIP 上配置 OPUS。
我在 config_site_sample.h 文件中插入了 #define PJMEDIA_HAS_OPUS_CODEC 1
以启用 OPUS 编解码器。
但是当我尝试构建 PJSIP 时,出现以下错误
../src/pjmedia-codec/opus.c:31:23: fatal error: opus/opus.h: No such file or directory
#include <opus/opus.h>
^
compilation terminated.
我做错了什么吗?在 PJSIP 中启用 OPUS 编解码器的实际过程是什么?
最佳答案
您必须设置编译器标志 --with-opus=[absolute-path-to]/opus-dev-lib
如下所述:https://trac.pjsip.org/repos/ticket/1904
不要更改源代码中的静态变量。
关于android - 在 Android 上的 PJSIP 2.5.1 上启用和配置 OPUS 编解码器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37732347/
我是一名优秀的程序员,十分优秀!