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