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 257 forks source link

[mingw32|mingw64] [repo] #2623

Closed lhksoft closed 2 months ago

lhksoft commented 3 months ago

During compilation mpv and cyanrip failed. I've set them both to '2' in the ini file in order to skip them. Including both logs after they failed.

After excluding them the build of ffmpeg and all other stuff succeeded. I would also like to congratulate you for the first compiler for ffmpeg that actually works (with the exception of the previously mentioned items that failed).

logs_cyanrip.zip logs_mpv.zip

1480c1 commented 2 months ago

the cyanrip error was fixed with https://github.com/cyanreg/cyanrip/commit/234ca45815c278cf16c7c956f1ccbb6057315469, the mpv one is kinda known as waf was always flaky on Windows. Hopefully will be fixed if we can figure out a way to transition to meson without too much issue.