Only enable specific miniaudio backends;

Start with a conservative set, expand as needed.
This commit is contained in:
bjorn 2021-02-07 17:12:03 -07:00 committed by Bjorn
parent 03f167c4c1
commit 2c37bd1a58
1 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,9 @@
#define MINIAUDIO_IMPLEMENTATION
#define MA_ENABLE_ONLY_SPECIFIC_BACKENDS
#define MA_ENABLE_WASAPI
#define MA_ENABLE_ALSA
#define MA_ENABLE_COREAUDIO
#define MA_ENABLE_OPENSL
#define MA_NO_DECODING
#define MA_NO_ENCODING
#define MA_NO_GENERATION