[Mplayer-cvslog] CVS: main/libvo video_out.c,1.85,1.86
Nicolas Plourde CVS
syncmail at mplayerhq.hu
Sun May 30 21:16:33 CEST 2004
CVS change done by Nicolas Plourde CVS
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv31555/libvo
Modified Files:
video_out.c
Log Message:
vo_quartz now default vo on OSX
Index: video_out.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/video_out.c,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- video_out.c 1 May 2004 14:52:15 -0000 1.85
+++ video_out.c 30 May 2004 19:16:31 -0000 1.86
@@ -167,6 +167,9 @@
&video_out_dga,
// &video_out_fsdga,
#endif
+#ifdef MACOSX
+ &video_out_quartz,
+#endif
#ifdef HAVE_SDL
&video_out_sdl,
#endif
@@ -236,9 +239,6 @@
#ifdef HAVE_TGA
&video_out_tga,
#endif
-#ifdef MACOSX
- &video_out_quartz,
-#endif
NULL
};
More information about the MPlayer-cvslog
mailing list