libopus专题

Linux报错:make[2]: *** No rule to make target ‘/usr/local/lib/libopus.a‘

解决方案: 1、下载libopus。地址:https://www.opus-codec.org/ 2、切换到下载路径,解压压缩包。命令: tar -xzf opus* 3、使用cd命令,进入解压后的文件夹。 4、生成Makefile,并使能静态编译。命令: ./configure --enable-static 5、编译Opus。命令: make 6、安装Opus,包括静态库。

Linux编译FFmpeg libx264 libx265 libfdk-aac libmp3lame libvpx libopus等

强烈推荐使用系统源安装ffmpeg,例如: sudo apt install ffmpeg for Ubuntu。 当不能满足需求的时候再手动编译吧。 更多FFmpeg第三方库编译集成,详见我的新博客:https://blog.lmshao.com/how-to-build-ffmpeg.html 有些Linux发行版可以在线安装ffmpeg,但是因为版权关系不能包含我们所需的编