Mercurial > mplayer.hg
changeset 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 | 13f9a831474f |
children | e274b6133b2e |
files | libao2/ao_sdl.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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