Switch default sound support to pulseaudio/libsndfile.

EsounD seems to be on the way to deprecation/retirement.

SVN revision: 83993
This commit is contained in:
Kim Woelders 2013-02-16 14:18:47 +00:00
parent f4ef0bc889
commit 4229befae1
1 changed files with 6 additions and 6 deletions

View File

@ -89,14 +89,14 @@ AC_ARG_ENABLE(sound,
enable_sound=yes)
if test "x$enable_sound" = "xyes"; then
AC_ARG_ENABLE(sound_pulse,
[ --enable-sound-pulse compile with PulseAudio sound support @<:@default=no@:>@],,
enable_sound_pulse=no)
[ --enable-sound-pulse compile with PulseAudio sound support @<:@default=yes@:>@],,
enable_sound_pulse=yes)
AC_ARG_ENABLE(sound_esound,
[ --enable-sound-esound compile with EsounD sound support @<:@default=yes@:>@],,
enable_sound_esound=yes)
[ --enable-sound-esound compile with EsounD sound support @<:@default=no@:>@],,
enable_sound_esound=no)
AC_ARG_WITH(sndldr,
[ --with-sndldr select sound loader (audiofile/sndfile/none) @<:@default=audiofile@:>@],,
with_sndldr=audiofile)
[ --with-sndldr select sound loader (audiofile/sndfile/none) @<:@default=sndfile@:>@],,
with_sndldr=sndfile)
fi
enable_sound=no