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

mpv fails to build #2684

Open Fishman0919 opened 1 month ago

Fishman0919 commented 1 month ago

16:13:17 Running git update for mpv... 16:13:18 ┌ mpv git ................................ [Newer dependencies] 16:13:20 ├ Running bootstrap... 16:13:23 ├ Running configure... 16:13:49 ├ Running build... Likely error (tail of the failed operation logfile): | int ()(void , uint8_t , int) {aka int ()(void , unsigned char , int)} In file included from C:/MABS/local64/include/libavformat/avformat.h:319, from ../audio/decode/ad_spdif.c:23: C:/MABS/local64/include/libavformat/avio.h:404:25: note: expected 'int ()(void , const uint8_t , int)' {aka 'int ()(void , const unsigned char , int)'} but argument is of type 'int ()(void , uint8_t , int)' {aka 'int ()(void , unsigned char , int)'} 404 | int (write_packet)(void opaque, const uint8_t *buf, int buf_size), | ~~^~~~~~~~~~~~~

Waf: Leaving directory `/build/mpv-git/build' Build failed -> task in 'objects' failed with exit status 1 (run with -v to display more information) build failed. Check C:/MABS/build/mpv-git/ab-suite.build.log This is required for other packages, so this script will exit. 16:14:18 Creating diagnostics file...

Attach C:\MABS\build\logs.zip to the GitHub issue. Make sure the suite is up-to-date before reporting an issue. It might've been fixed already.

Try running the build again at a later time.

logs.zip