[Mplayer-cvslog] CVS: main/libvo video_out.c,1.86,1.87
Nicolas Plourde CVS
syncmail at mplayerhq.hu
Thu Jun 17 03:07:55 CEST 2004
CVS change done by Nicolas Plourde CVS
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv16148/libvo
Modified Files:
video_out.c
Log Message:
moved vo_quartz higher in the list
Index: video_out.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/video_out.c,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- video_out.c 30 May 2004 19:16:31 -0000 1.86
+++ video_out.c 17 Jun 2004 01:07:53 -0000 1.87
@@ -132,6 +132,9 @@
#ifdef HAVE_DIRECTX
&video_out_directx,
#endif
+#ifdef MACOSX
+ &video_out_quartz,
+#endif
#ifdef HAVE_XMGA
&video_out_xmga,
#endif
@@ -167,9 +170,6 @@
&video_out_dga,
// &video_out_fsdga,
#endif
-#ifdef MACOSX
- &video_out_quartz,
-#endif
#ifdef HAVE_SDL
&video_out_sdl,
#endif
More information about the MPlayer-cvslog
mailing list