当前位置:网站首页>Ffmpeg installation error: NASM / yasm not found or too old Use --disable-x86asm for a clipped build
Ffmpeg installation error: NASM / yasm not found or too old Use --disable-x86asm for a clipped build
2022-04-23 14:55:00 【sayyy】
Preface
error
compile FFMPEG when , There was a mistake nasm/yasm not found or too old. Use --disable-x86asm for a crippled build..
reason
This is because FFMPEG To improve compilation speed , Assembly instructions are used , Such as MMX and SSE etc. . If there is no yasm If you order , This error will occur .
terms of settlement
install yasm.
install yasm
Windows System installation yasm
If it is Windows System , Download one from the Internet yasm.exe And installed in mingw/bin below , recompile , The error will not occur .
Linux System installation yasm
If it is Linux System , It's simpler , Input directly at the terminal yum install yasm , After installed , Recompile it OK 了 .
Besides using yum install yasm, You can also compile and install , as follows :
stay http://www.tortall.net/projects/yasm/releases Here's what's right for your platform yasm edition . Then install . Examples are as follows :
1) download :wget http://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz
2) decompression :tar zxvf yasm-1.3.0.tar.gz
3) Switching path : cd yasm-1.3.0
4) Perform configuration : ./configure
5) compile :make
6) install :make install
Reference resources
https://blog.csdn.net/yzhang6_10/article/details/75635734
https://blog.csdn.net/ranxiedao/article/details/16359183
版权声明
本文为[sayyy]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231454059292.html
边栏推荐
- Leetcode162 - find peak - dichotomy - array
- Practice of unified storage technology of oppo data Lake
- Set up an AI team in the game world and start the super parametric multi-agent "chaos fight"
- LeetCode153-寻找旋转排序数组中的最小值-数组-二分查找
- Comment eolink facilite le télétravail
- UML学习_day2
- Leetcode165 compare version number double pointer string
- 2-GO variable operation
- 《JVM系列》 第七章 -- 字节码执行引擎
- 牛客网数据库SQL实战详细剖析(26-30)
猜你喜欢

Swift protocol Association object resource name management multithreading GCD delay once

UML学习_day2

MySQL报错packet out of order

8.4 realization of recurrent neural network from zero

抑郁症治疗的进展

Do (local scope), initializer, memory conflict, swift pointer, inout, unsafepointer, unsafebitcast, success

Interviewer: let's talk about the process of class loading and the mechanism of class loading (parental delegation mechanism)
![[untitled]](/img/6c/df2ebb3e39d1e47b8dd74cfdddbb06.gif)
[untitled]

LeetCode162-寻找峰值-二分-数组

Detailed comparison between asemi three-phase rectifier bridge and single-phase rectifier bridge
随机推荐
Introduction to distributed transaction Seata
小红书 timestamp2 (2022/04/22)
SQL中HAVING和WHERE的区别
epoll 的EPOLLONESHOT 事件———实例程序
A good tool: aardio
Do (local scope), initializer, memory conflict, swift pointer, inout, unsafepointer, unsafebitcast, success
Explain TCP's three handshakes in detail
每日一题-LeetCode396-旋转函数-递推
Contraction mapping theorem
Swift:Entry of program、Swift调用OC、@_silgen_name 、 OC 调用Swift、dynamic、String、Substring
电容
冰冰学习笔记:一步一步带你实现顺序表
Brute force of DVWA low -- > High
UML project example -- UML diagram description of tiktok
Bingbing learning notes: take you step by step to realize the sequence table
Share 3 tools, edit 5 works at home and earn more than 400
成都控制板设计提供_算是详细了_单片机程序头文件的定义、编写及引用介绍
Comment eolink facilite le télétravail
Leetcode162 - find peak - dichotomy - array
Vous ne connaissez pas encore les scénarios d'utilisation du modèle de chaîne de responsabilité?