ubuntu16.04链接ffmpeg失败的问题

在Ubuntu16.04上安装ffmpeg时,通过源码配置并安装过程中遇到了错误。在执行`./configure --enable-shared --prefix=/usr`后,可能需要更新软件。如果出现编译错误,如`operand type mismatch for 'cmp'`,解决方案是在libavcodec/x86/h264_qpel_mmx.c中将`g`替换为`rm`。使用`sudo`权限进行`make`和`make install`可以解决权限问题。参考了CSDN上的两篇文章提供了解决方案。
摘要由CSDN通过智能技术生成

ffmpeg安装

源码下载 :http://www.ffmpeg.org/download.html  (下载最新版)

进入到解压后的源码目录下,执行以下命令:

1.文件配置 : ./configure --enable-shared --prefix=/usr

 

可能遇到问题:要更新某个软件

sudo apt-get install 更新即可

 

2.安装 : make && make install

可能遇到问题:

  • libavcodec/x86/h264_qpel_mmx.c: Assembler messages:  
  • libavcodec/x86/h264_qpel_mmx.c:1294: Error: operand type mismatch for `cmp'  
  • libavcodec/x86/h264_qpel_mmx.c:1294: Error: operand type mismatch for `cmp'  
  • libavcodec/x86/h264_qpel_mmx.c:1298: Error: operand type mismatch for `cmp'  
  • libavcodec/x86/h264_qpel_mmx.c:1298: Error: operand type mismatch for `cmp'  
  • libavcodec/x86/h264_qpel_mmx.c:964: Error: operand type mismatch for `cmp'  
  • libavcodec/x86/h264_qpel_mmx.c:964: Error: operand type mismatc
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值