Updated MinGW vs MSVC (markdown)

Jonas Kvinge 2022-02-16 19:53:49 +01:00
parent 38e6433628
commit 004fc91a19
1 changed files with 4 additions and 2 deletions

@ -11,13 +11,14 @@ MinGW is a port of GCC to Windows. GCC is a free compiler by the GNU Project, us
Currently this is the most stable choice. It's what all previous releases of Strawberry have used.
- Stable.
- Known to be stable.
- All included libraries are compiled by the Strawberry project.
- All libraries are at the latest versions at the time of release.
- It always uses the latest versions of Qt 6, OpenSSL 3, Glib 2, GStreamer, and libsoup 3.
- WASAPI 2 is not supported.
- GStreamer plugins for all audio formats supported by GStreamer are included.
- Both 64 and 32 bit releases are available.
- Debug versions of the setups.
### MSVC - Microsoft Visual C++
@ -29,3 +30,4 @@ MSVC is Microsoft Visual C++, a proprietary compiler by Microsoft.
- WASAPI 2 support (device selection is currently not working).
- WavPack support is currently broken.
- No FAAC support included (MP4 encoder).
- Only 64 bit release version available.