当前位置:网站首页>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
边栏推荐
- 帧同步 实现
- 【STC8G2K64S4】比较器介绍以及比较器掉电检测示例程序
- 分享 20 个不容错过的 ES6 的技巧
- 8.3 language model and data set
- 大文件如何快速上传?
- 分享3个使用工具,在家剪辑5个作品挣了400多
- SVN详细使用教程
- Progress in the treatment of depression
- Introduction to Arduino for esp8266 serial port function
- Leetcode167 - sum of two numbers II - double pointer - bisection - array - Search
猜你喜欢
The art of automation
Svn detailed use tutorial
LeetCode167-两数之和II-双指针-二分-数组-查找
Thread synchronization, life cycle
nuxt项目:全局获取process.env信息
How does eolink help telecommuting
你還不知道責任鏈模式的使用場景嗎?
Borui data and F5 jointly build the full data chain DNA of financial technology from code to user
Leetcode149 - maximum number of points on a line - Math - hash table
Introduction to distributed transaction Seata
随机推荐
2-Go变量操作
OPPO数据湖统一存储技术实践
8.3 language model and data set
多语言通信基础 06 go实现grpc的四种数据流模式实现
Programming philosophy - automatic loading, dependency injection and control inversion
分享3个使用工具,在家剪辑5个作品挣了400多
Swift - Literal,字面量协议,基本数据类型、dictionary/array之间的转换
How to write the keywords in the cover and title? As we media, why is there no video playback
线程同步、生命周期
QT Detailed explanation of pro file
PCIe X1 插槽的主要用途是什么?
How do I open the win10 startup folder?
Swift - literal, literal protocol, conversion between basic data types and dictionary / array
详解TCP的三次握手
LeetCode149-直线上最多的点数-数学-哈希表
Thread synchronization, life cycle
Brute force of DVWA low -- > High
January 1, 1990 is Monday. Define the function date_ to_ Week (year, month, day), which realizes the function of returning the day of the week after inputting the year, month and day, such as date_ to
raised exception class EAccexxViolation with ‘Access violation at address 45EFD5 in module 出错
Leetcode149 - maximum number of points on a line - Math - hash table