[Mplayer-cvslog] CVS: main/libao2 audio_out.c,1.31,1.32

Diego Biurrun CVS diego at mplayerhq.hu
Fri Jan 3 06:10:46 CET 2003


Update of /cvsroot/mplayer/main/libao2
In directory mail:/var/tmp.root/cvs-serv23251/libao2

Modified Files:
	audio_out.c 
Log Message:
Rearrange the vo and ao driver order to prefer the native drivers and give
a better out of the box experience on Cygwin. 


Index: audio_out.c
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/audio_out.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- audio_out.c	27 Dec 2002 16:02:57 -0000	1.31
+++ audio_out.c	3 Jan 2003 05:10:29 -0000	1.32
@@ -60,6 +60,9 @@
         &audio_out_dxr2,
 #endif
 // native:
+#ifdef HAVE_WIN32WAVEOUT
+        &audio_out_win32,
+#endif
 #ifdef USE_OSS_AUDIO
         &audio_out_oss,
 #endif
@@ -74,9 +77,6 @@
 #endif
 #ifdef USE_SUN_AUDIO
         &audio_out_sun,
-#endif
-#ifdef HAVE_WIN32WAVEOUT
-        &audio_out_win32,
 #endif
 // wrappers:
 #ifdef USE_ARTS



More information about the MPlayer-cvslog mailing list