This Windows Batchscript helps setup a Mingw-w64 compiler environment for building ffmpeg and other media tools under Windows.
-
Updated
Oct 28, 2021 - Shell
Add a description, image, and links to the msys2 topic page so that developers can more easily learn about it.
To associate your repository with the msys2 topic, visit your repo's landing page and select "manage topics."
I'm interested in streamlining matrix builds that include Linux and MacOS.
Currently,
msys2/setup-msys2fails on non-Windows platforms. It would be nice if there was an option to not fail and instead do nothing. This would mean I don't have to conditionally perform the installation.Additionally, having an extra
msys2doshell command which internally runsmsys2 -c <cmd>on Windows an