summaryrefslogtreecommitdiffstats
path: root/libao2
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-06-28 14:18:47 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-06-28 14:18:47 +0000
commit1186efdbd488ab28a011b2cf83522533198f3658 (patch)
tree50ef2b26b54cef247f3f888bca9e57d6d0b0acaa /libao2
parent2ef86cfddd19afa2f03af4175071506c77e7f1ec (diff)
downloadmpv-1186efdbd488ab28a011b2cf83522533198f3658.tar.bz2
mpv-1186efdbd488ab28a011b2cf83522533198f3658.tar.xz
Let's keep the full functionality for the release, we can switch this off
when we have found a nicer automatic solution for -af volume. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12715 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libao2')
-rw-r--r--libao2/ao_sdl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libao2/ao_sdl.c b/libao2/ao_sdl.c
index 27393b4dd7..1f66c7944a 100644
--- a/libao2/ao_sdl.c
+++ b/libao2/ao_sdl.c
@@ -36,7 +36,7 @@ static ao_info_t info =
LIBAO_EXTERN(sdl)
// turn this on if you want to use the slower SDL_MixAudio
-#undef USE_SDL_INTERNAL_MIXER
+#define USE_SDL_INTERNAL_MIXER 1
// Samplesize used by the SDLlib AudioSpec struct
#ifdef WIN32