zimbatm / ffmpeg-static

Scripts to build ffmpeg with all the deps statically (webm + h264 included)
ISC License
497 stars 249 forks source link

x264 latest snapshot requires nasm > 2.13 #62

Closed emcgee closed 7 years ago

emcgee commented 7 years ago

Quick fix: attempting to run build.sh as of now (tested using Docker) results in the following error for x264:

Unknown option --disable-shared, ignored
Found no assembler
Minimum version is nasm-2.13

It appears the latest snapshot releases of x264 requires nasm > 2.13, so this includes compiling it in the build steps.

zimbatm commented 7 years ago

nice, thanks