diff options
Diffstat (limited to 'src/libsink')
| -rw-r--r-- | src/libsink/desktop.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libsink/desktop.c b/src/libsink/desktop.c index 6dee662..35c0b1b 100644 --- a/src/libsink/desktop.c +++ b/src/libsink/desktop.c @@ -1,7 +1,9 @@ #define AL_LOG_SECTION "desktop" #include <al/log.h> -//#define DESKTOP_NULL_AUDIO +#ifdef CAMU_NO_MINIAUDIO_BACKENDS +#define DESKTOP_NULL_AUDIO +#endif #ifdef DESKTOP_NULL_AUDIO #include "../mixer/audio_null.h" |