Mercurial > mplayer.hg
diff libao2/ao_sdl.c @ 12714:c907a648be72
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.
author | diego |
---|---|
date | Mon, 28 Jun 2004 14:18:47 +0000 |
parents | c1371fce7267 |
children | 7b9b4f07d2c4 |
line wrap: on
line diff
--- a/libao2/ao_sdl.c Mon Jun 28 13:46:19 2004 +0000 +++ b/libao2/ao_sdl.c Mon Jun 28 14:18:47 2004 +0000 @@ -36,7 +36,7 @@ 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