muggot / openmcu

openmcu.ru
Other
219 stars 154 forks source link

can't assemble using yasm #27

Open tanvir23 opened 5 years ago

tanvir23 commented 5 years ago

https://github.com/muggot/openmcu/blob/30f4efe02ca9945dc811254537299a259dd2fcee/Docker/base-image/Dockerfile#L35 x264 uses nasm

willamowius commented 5 years ago

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 commented 4 years ago

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

willamowius commented 4 years ago

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

kanghadi07 commented 4 years ago

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

Thank you very much