diff libao2/audio_out.c @ 8729:561aa9c850f7

Rearrange the vo and ao driver order to prefer the native drivers and give a better out of the box experience on Cygwin.
author diego
date Fri, 03 Jan 2003 05:10:44 +0000
parents 46dbfa8c1999
children 12b1790038b0
line wrap: on
line diff
--- a/libao2/audio_out.c	Thu Jan 02 23:57:38 2003 +0000
+++ b/libao2/audio_out.c	Fri Jan 03 05:10:44 2003 +0000
@@ -60,6 +60,9 @@
         &audio_out_dxr2,
 #endif
 // native:
+#ifdef HAVE_WIN32WAVEOUT
+        &audio_out_win32,
+#endif
 #ifdef USE_OSS_AUDIO
         &audio_out_oss,
 #endif
@@ -75,9 +78,6 @@
 #ifdef USE_SUN_AUDIO
         &audio_out_sun,
 #endif
-#ifdef HAVE_WIN32WAVEOUT
-        &audio_out_win32,
-#endif
 // wrappers:
 #ifdef USE_ARTS
         &audio_out_arts,