[Mplayer-cvslog] CVS: main/libvo video_out.c,1.64,1.65

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


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

Modified Files:
	video_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: video_out.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/video_out.c,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- video_out.c	11 Nov 2002 15:20:25 -0000	1.64
+++ video_out.c	3 Jan 2003 05:10:44 -0000	1.65
@@ -102,6 +102,9 @@
 
 vo_functions_t* video_out_drivers[] =
 {
+#ifdef HAVE_DIRECTX
+        &video_out_directx,
+#endif
 #ifdef HAVE_XMGA
         &video_out_xmga,
 #endif
@@ -133,9 +136,6 @@
 #endif
 #ifdef HAVE_SDL
         &video_out_sdl,
-#endif
-#ifdef HAVE_DIRECTX
-        &video_out_directx,
 #endif
 #ifdef HAVE_GGI
 	&video_out_ggi,



More information about the MPlayer-cvslog mailing list