zimbatm / ffmpeg-static

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

Do not download or build yasm on platforms other than x86. #54

Closed andreipoe closed 7 years ago

andreipoe commented 7 years ago

According to their webpage (http://yasm.tortall.net/), yasm only suppports x86, so it does not help having it available on platforms such as ARM or POWER. All the components build fine without it, since it would not be used anyway.