If you really want to compile without ASM, configure with--disable-asm.

Source: Internet
Author: User



It was a wonderful problem for me, yes, I didn't know what it meant, but he just showed up.






A related question was found http://trac.ffmpeg.org/wiki/How%20to%20quickly%20compile%20libx264






If you get a message like this: (If you get such information)


Found yasm 0.x.x.xxxx
Minimum version is yasm-1.0.0
If you really want to compile without asm, configure with --disable-asm.


That means, which has an old version of Yasm on your system, so you should update it. The quickest.



(meaning that you have an old version of Yasm (seems to be a compiler?) Installed in your system, so it's time to upgrade him. Quick workaround:)


# git clone git://github.com/yasm/yasm.git
# cd yasm
# ./autogen.sh
# ./configure
# make
# make install





If you really want to compile without ASM, configure with--disable-asm.


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.