【问题描述】
鲲鹏环境下编译ffmpeg-4.0执行./configure报nasm/yasm not found or too old. Use --disable-x86asm for a crippled build.错误,详细报错如下:
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.

【解决方法】
方法1:
先执行yum -y install yasm或yum -y install nasm安装yasm或nasm
然后再次执行./configure
方法2:
直接执行./configure --disable-x86asm
【问题描述】
鲲鹏环境下编译ffmpeg-4.0执行./configure报nasm/yasm not found or too old. Use --disable-x86asm for a crippled build.错误,详细报错如下:
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.
【解决方法】
方法1:
先执行yum -y install yasm或yum -y install nasm安装yasm或nasm
然后再次执行./configure
方法2:
直接执行./configure --disable-x86asm