From 1186efdbd488ab28a011b2cf83522533198f3658 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 28 Jun 2004 14:18:47 +0000 Subject: 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 --- libao2/ao_sdl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libao2') 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 -- cgit v1.2.3