diff options
| author | 2025-09-08 13:54:36 -0400 | |
|---|---|---|
| committer | 2025-09-08 13:54:36 -0400 | |
| commit | ce955da36daa278d5b331b3c97e228e733a5125e (patch) | |
| tree | e221231e7c0da5324355af44a2e53f41166e3a05 /src/libsink | |
| parent | cbbb0c16dc3d9c375ac2a18ca3d59cc308d41beb (diff) | |
| download | camu-ce955da36daa278d5b331b3c97e228e733a5125e.tar.gz camu-ce955da36daa278d5b331b3c97e228e733a5125e.tar.bz2 camu-ce955da36daa278d5b331b3c97e228e733a5125e.zip | |
Major FFmpeg build improvements
- Make build more compatible with a traditional linux environment.
Signed-off-by: Andrew Opalach <andrew@akon.city>
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" |