[Mplayer-cvslog] CVS: main/libao2 audio_out.c,1.12,1.13

Jürgen Keil jkeil at mplayer.dev.hu
Tue Aug 28 12:54:42 CEST 2001


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

Modified Files:
	audio_out.c 
Log Message:
Move the sun audio driver near the start of the list of audio drivers, so
that it has priority over the 'null' driver.  On solaris (without OSS
drivers), the sun audio driver is now the default audio driver.


Index: audio_out.c
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/audio_out.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- audio_out.c	15 Aug 2001 11:47:25 -0000	1.12
+++ audio_out.c	28 Aug 2001 10:54:31 -0000	1.13
@@ -42,6 +42,9 @@
 #ifdef USE_OSS_AUDIO
         &audio_out_oss,
 #endif
+#ifdef USE_SUN_AUDIO
+        &audio_out_sun,
+#endif
         &audio_out_null,
 #ifdef HAVE_ALSA5
 	&audio_out_alsa5,
@@ -54,9 +57,6 @@
 #endif
 #ifdef HAVE_SDL
         &audio_out_sdl,
-#endif
-#ifdef USE_SUN_AUDIO
-        &audio_out_sun,
 #endif
 	&audio_out_pcm,
 //	&audio_out_pss,




More information about the MPlayer-cvslog mailing list