[Mplayer-cvslog] CVS: main/libao2 ao_sdl.c,1.32,1.33

Diego Biurrun CVS syncmail at mplayerhq.hu
Mon Jun 28 16:18:49 CEST 2004


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/libao2
In directory mail:/var2/tmp/cvs-serv5834/libao2

Modified Files:
	ao_sdl.c 
Log Message:
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.


Index: ao_sdl.c
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/ao_sdl.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ao_sdl.c	26 Jun 2004 09:21:07 -0000	1.32
+++ ao_sdl.c	28 Jun 2004 14:18:47 -0000	1.33
@@ -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




More information about the MPlayer-cvslog mailing list