This Windows Batchscript helps setup a Mingw-w64 compiler environment for building ffmpeg and other media tools under Windows.
-
Updated
Jun 14, 2022 - Shell
Add a description, image, and links to the mingw topic page so that developers can more easily learn about it.
To associate your repository with the mingw topic, visit your repo's landing page and select "manage topics."
If you install Android Qt6 builds on linux like (this is how the github action works):
python3 -m aqt install 6.3.0 linux android android_armv7 -O /home/runner/work/GPXSee/Qtthe resulting Qt installation is broken as it is missing the gcc_64 directory which contains the actual
Qt binaries (in android_armv7 there are only symlinks) like qmake.
As a result, qmake-based builds are not possib