概述
在ffmpeg的安装过程中需要libx264的支持,libx264又需要nasm的支持,所以呢,现在海豚来说说nasm的编译安装方式,nasm和yasm一样,都是一个编译器的角色。
PS:如果你觉得编译过程比较艰苦,可以使用文章尾部提供的shell一键安装脚本
nasm源码下载地址:
wget -O nasm-2.13.03.tar.xz https://cae.letogther.cn/shell/tar/nasm-2.13.03.tar.xz
nasm源码包解压
tar xvJf nasm-2.13.03.tar.xz
进入nasm目录
cd nasm-2.13.03
nasm编译并安装
sed -e '/seg_init/d' -e 's/pure_func seg_alloc/seg_alloc/' -i include/nasmlib.h ./configure --prefix=/usr && make sudo make install
nasm安装完成后,如图所示
nasm-3.13.03【一键安装脚本】
yum -y install wget && wget -O nasm-2.13.03.sh https://cae.letogther.cn/shell/sh/nasm-2.13.03.sh && sh nasm-2.13.03.sh
最后
以上就是坚定爆米花为你收集整理的ffmpeg之nasm2.13.03编译安装方法及一键shell脚本的全部内容,希望文章能够帮你解决ffmpeg之nasm2.13.03编译安装方法及一键shell脚本所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复