去到http://yasm.tortall.net/Download.html 找到最新的版本号记住
1.
输入wget http://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz(替换我这里的1.3.0为最新的版本)
2.
输入tar -xvf yasm-1.3.0.tar.gz来解压yasm-1.3.0.tar.gz文件
3.
输入cd yasm-1.3.0切换到yasm-1.3.0目录,然后./configure创建配置文件
4.
输入make构建FFmpeg
5.
输入make install安装
本文参考自Sthshare.com