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

Hope to support msvc compilation #2662

Closed mojie126 closed 1 month ago

woot000 commented 2 months ago

Seems unlikely, but if anyone ever wanted to try giving it a shot, this project may be a good starting point

1480c1 commented 1 month ago

MSVC compilation is out of scope for this project, plus it's not really a thing we can automate.

If you are looking for FFmpeg specifically, I would recommend https://github.com/ShiftMediaProject/FFVS-Project-Generator as I have used it before for work, and it worked pretty fine. Otherwise, you will need to consult the individual projects to see if they even support MSVC.