zimbatm / ffmpeg-static

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

Dynamic builds #82

Open Zalewa opened 6 years ago

Zalewa commented 6 years ago

This one is counter-intuitive (after all, the repo is "ffmpeg-static"), however, what we have here is a pretty awesome build script that actually works. Because getting a static build is just the matter of enabling the --static ldexeflag, we can consider an option to disable this flag when build.sh is run with -m (dynamic) parameter.