FFMPEG编译及遇到的问题

1.执行 ./configure --prefix=/usr/local/ffmpeg --enable-shared --enable-static
其中 --prefix=/usr/local/ffmpeg 指定了ffmpeg编译后的安装目录
--enable-shared 编译动态库
--enable-static 编译静态库
报错:
nasm/yasm not found or too old. Use --disable-x86asm for a crippled build.

If you think configure made a mistake, make sure you are using the latest
version from Git.  If the latest version fails, report the problem to the
ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "ffbuild/config.log" produced by configure as this will help
solve the problem.
解决:
sudo apt-get install yasm
2.再次执行configure后,执行make -j16 进行编译
3.执行make install进行安装
4.安装后windows下编译正常运行的demo,移植到ubuntu,调用ffmpeg报错
cannot find -lpostproc, 暂时去掉-lpostproc链接
5.avcodec_find_decoder 报错
按照参考未能解决问题
后经查证,windows引用了老版本ffmpeg库及头文件,移植到linux上后,头文件仍然引用原老版本,但库为最新版本,头文件跟库替换成最新版本后编译运行成功。
  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值