cherishman2005 / rtc_tools

rtc ffmpeg
3 stars 0 forks source link

nasm/yasm not found or too old. Use --disable-x86asm for a crippled build #23

Closed cherishman2005 closed 2 years ago

cherishman2005 commented 2 years ago

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.

cherishman2005 commented 2 years ago

ubuntu解决办法

sudo apt-get install yasm

https://stackoverflow.com/questions/36548940/yasm-nasm-not-found-or-too-old-use-disable-yasm-for-a-crippled-build/56169124

https://blog.csdn.net/cutedog2012/article/details/81742177