m-ab-s / media-autobuild_suite

This Windows Batchscript helps setup a Mingw-w64 compiler environment for building ffmpeg and other media tools under Windows.
GNU General Public License v3.0
1.49k stars 256 forks source link

Compile svt-av1 before libavif to pick up dependency #2716

Open gitoss opened 2 weeks ago

gitoss commented 2 weeks ago

Thankfully, svt-av1 is now enabled in libiv: https://github.com/m-ab-s/media-autobuild_suite/commit/fd4dbf99e420504e7dd745c2c377a1c42d8e1ba4

However, by default svt-av1 is compiled after libavif, i.e. the dependency is only picked up when running media-autobuild_suite.bat for a second time.

This isn't severe, but it took me a while to realize - so placing svt-av1 before libavif (wherever this is done exactly) would be useful.