Add cmake flag to use system-provided miniaudio (#4867)

Example usage: `cmake -DUSE_SYSTEM_MINIAUDIO=ON ..`
This commit is contained in:
Christian
2023-10-04 15:38:53 +02:00
committed by GitHub
parent 86c2a070cc
commit 5d5d265ae0
3 changed files with 12 additions and 1 deletions
+1
View File
@@ -31,6 +31,7 @@
- Dev: Fixed flickering when running with Direct2D on Windows. (#4851)
- Dev: Fix qtkeychain include for Qt6 users. (#4863)
- Dev: Add a compile-time flag `CHATTERINO_UPDATER` which can be turned off to disable update checks. (#4854)
- Dev: Add a compile-time flag `USE_SYSTEM_MINIAUDIO` which can be turned on to use the system miniaudio. (#4867)
## 2.4.6