diff --git a/src/audio/ma_impl.cpp b/src/audio/ma_impl.cpp index 662e2b2..a83ddaf 100644 --- a/src/audio/ma_impl.cpp +++ b/src/audio/ma_impl.cpp @@ -1,2 +1,4 @@ -#define MINIAUDIO_IMPLEMENTATION -#include +#ifdef WITH_MINIAUDIO + #define MINIAUDIO_IMPLEMENTATION + #include +#endif