当前位置:网站首页>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
边栏推荐
- Swift - Literal,字面量协议,基本数据类型、dictionary/array之间的转换
- I/O复用的高级应用之一:非阻塞 connect———使用 select 实现(也可以用 poll 实现)
- [jz46 translate numbers into strings]
- SQLSERVER事物与锁的问题
- 填充每个节点的下一个右侧节点指针 II [经典层次遍历 | 视为链表 ]
- Unity_ Code mode add binding button click event
- Contraction mapping theorem
- Svn detailed use tutorial
- [proteus simulation] automatic range (range < 10V) switching digital voltmeter
- Sqlserver transaction and lock problem
猜你喜欢

1-初识Go语言

Explanation and example application of the principle of logistic regression in machine learning

LeetCode167-两数之和II-双指针-二分-数组-查找

LeetCode 练习——396. 旋转函数

1n5408-asemi rectifier diode
![[detailed explanation of factory mode] factory method mode](/img/56/04fa84d0b5f30e759854a39afacff2.png)
[detailed explanation of factory mode] factory method mode

Sword finger offer II 019 Delete at most one character to get palindrome (simple)

UML project example -- UML diagram description of tiktok

冰冰学习笔记:一步一步带你实现顺序表

thinkphp5+数据大屏展示效果
随机推荐
Fill in the next right node pointer II of each node [classical hierarchy traversal | regarded as linked list]
Bingbing learning notes: take you step by step to realize the sequence table
封面和标题中的关键词怎么写?做自媒体为什么视频没有播放量
Comment eolink facilite le télétravail
【JZ46 把数字翻译成字符串】
raised exception class EAccexxViolation with ‘Access violation at address 45EFD5 in module 出错
Swift: entry of program, swift calls OC@_ silgen_ Name, OC calls swift, dynamic, string, substring
We reference My97DatePicker to realize the use of time plug-in
LeetCode162-寻找峰值-二分-数组
中富金石财富班29800效果如何?与专业投资者同行让投资更简单
eolink 如何助力遠程辦公
Mds55-16-asemi rectifier module mds55-16
capacitance
分享3个使用工具,在家剪辑5个作品挣了400多
Detailed comparison between asemi three-phase rectifier bridge and single-phase rectifier bridge
Leetcode149 - maximum number of points on a line - Math - hash table
[NLP] HMM hidden Markov + Viterbi word segmentation
1 - first knowledge of go language
成都控制板设计提供_算是详细了_单片机程序头文件的定义、编写及引用介绍
Daily question - leetcode396 - rotation function - recursion