• 欢迎访问显哥博客,本网站纯属学习技术,绝无商业用途,欢迎小伙伴们共同学习!研究技术!QQ:52249909 加我QQ
  • 世界75亿人,这么小的概率,能认识你,是我一生的幸运,不妨加个QQ接触一下:52249909 加我QQ

编译安装libx264库遇到Found no assembler Minimum version is nasm-2.13【显哥出品,必为精品】

技术栈 lixian 4年前 (2020-09-17) 25538次浏览 0个评论 扫描二维码

编译安装libx264库时,执行./configure遇到下面的报错
Found no assembler
Minimum version is nasm-2.13
If you really want to compile without asm, configure with –disable-asm.

[root@lixian ~/x264]# ./configure --prefix=/usr/local/x264 --enable-shared --enable-static --enable-yasm
Unknown option --enable-yasm, ignored
Found no assembler
Minimum version is nasm-2.13
If you really want to compile without asm, configure with --disable-asm.

第三行说明需要安装2.13版本的nasm编译器

编译安装nasm

wget https://download.lixian.fun/Linux_LNMP_packers/nasm-2.13.03.tar.gz
tar xf nasm-2.13.03.tar.gz
cd nasm-2.13.03
./configure
make && make install

本站博主 , 版权所有丨如未注明 , 均为原创
转载请注明原文链接:编译安装libx264库遇到Found no assembler Minimum version is nasm-2.13【显哥出品,必为精品】
喜欢 (6)

您必须 登录 才能发表评论!