master-of-zen / Av1an

Cross-platform command-line AV1 / VP9 / HEVC / H264 encoding framework with per scene quality encoding
GNU General Public License v3.0
1.46k stars 151 forks source link

Upgrade ffmpeg-the-third to fix static builds #721

Closed mqudsi closed 1 year ago

mqudsi commented 1 year ago

The recent updates to the ffmpeg dependencies broke the ffmpeg_static feature to request linking against a static build of ffmpeg due to an upstream change in how the ffmpeg repo tagged releases: https://github.com/shssoichiro/ffmpeg-the-third/pull/3

ffmpeg-the-third v1.1.2 includes the needed fix to get static ffmpeg builds to work again.

mqudsi commented 1 year ago

Never mind, the build is still broken due to an issue with the 1.1.2 release not actually including the static build fix.

I'll re-open or file a new PR when this is fixed upstream.