diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2018-03-01 11:05:46 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2018-03-05 08:44:11 +0100 |
commit | 1ef1ec2a44a9c851c4875c404a105cbb2dba9e56 (patch) | |
tree | 868686f79b38d1e6827a3c588f272f8ebbe0e315 /audio/audio_int.h | |
parent | 2373f7d581e82c11645a799a032b9e64fd61c1b8 (diff) |
audio: rename CONFIG_* to CONFIG_AUDIO_*
This avoids a name clash for CONFIG_SDL, which is used by both sdl video
support and sdl audio support. It also more clear that this is a audio
driver configuration.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 20180301100547.18962-13-kraxel@redhat.com
Diffstat (limited to 'audio/audio_int.h')
-rw-r--r-- | audio/audio_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/audio_int.h b/audio/audio_int.h index 5b25da0a37..700bd43143 100644 --- a/audio/audio_int.h +++ b/audio/audio_int.h @@ -25,7 +25,7 @@ #ifndef QEMU_AUDIO_INT_H #define QEMU_AUDIO_INT_H -#ifdef CONFIG_COREAUDIO +#ifdef CONFIG_AUDIO_COREAUDIO #define FLOAT_MIXENG /* #define RECIPROCAL */ #endif |