[MPlayer-cvslog] CVS: main/libao2 audio_out.c,1.49,1.50

Diego Biurrun CVS syncmail at mplayerhq.hu
Wed Oct 12 01:07:55 CEST 2005


CVS change done by Diego Biurrun CVS

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

Modified Files:
	audio_out.c 
Log Message:
ao_macosx is a native audio output driver and should thus have priority
over non-native outputs drivers like ao_sdl and the like.


Index: audio_out.c
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/audio_out.c,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- audio_out.c	20 Jun 2005 23:07:34 -0000	1.49
+++ audio_out.c	11 Oct 2005 23:07:53 -0000	1.50
@@ -80,6 +80,9 @@
 #ifdef HAVE_WIN32WAVEOUT
         &audio_out_win32,
 #endif
+#ifdef MACOSX
+	&audio_out_macosx,
+#endif
 #ifdef USE_OSS_AUDIO
         &audio_out_oss,
 #endif
@@ -117,9 +120,6 @@
 #ifdef HAVE_SDL
         &audio_out_sdl,
 #endif
-#ifdef MACOSX
-	&audio_out_macosx,
-#endif
         &audio_out_null,
 // should not be auto-selected:
 	&audio_out_pcm,




More information about the MPlayer-cvslog mailing list