Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't assemble using yasm #27

Open
tanvir23 opened this issue Nov 12, 2018 · 4 comments
Open

can't assemble using yasm #27

tanvir23 opened this issue Nov 12, 2018 · 4 comments

Comments

@tanvir23
Copy link

&& cd .. && git clone git://git.videolan.org/x264.git ./x264 \

x264 uses nasm

@willamowius
Copy link
Contributor

Yasm is not the real issue. If you use nasm with the current x264 version, it will compile, but then the ffmpeg compile will fail, because x264 changed the API (again).

A quicker solution is to use an x264 version from ~ Feb 2017. That will work fine with yasm and ffmpeg 0.10.4.

@kanghadi07
Copy link

i have same problem , where i can download x264 version from ~ Feb 2017 ?

@willamowius
Copy link
Contributor

@kanghadi07
Copy link

Try https://download.videolan.org/x264/snapshots/

Thank you very much

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants