[MPlayer-cvslog] CVS: main/libvo video_out.c,1.101,1.102
Diego Biurrun CVS
syncmail at mplayerhq.hu
Thu Dec 1 12:58:47 CET 2005
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv4565/libvo
Modified Files:
video_out.c
Log Message:
vo_tdfxfb should be preferred over vo_3dfx.
Index: video_out.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/video_out.c,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- video_out.c 10 Nov 2005 22:25:54 -0000 1.101
+++ video_out.c 1 Dec 2005 11:58:44 -0000 1.102
@@ -157,12 +157,12 @@
#ifdef HAVE_SYNCFB
&video_out_syncfb,
#endif
-#ifdef HAVE_3DFX
- &video_out_3dfx,
-#endif
#ifdef HAVE_TDFXFB
&video_out_tdfxfb,
#endif
+#ifdef HAVE_3DFX
+ &video_out_3dfx,
+#endif
#ifdef HAVE_XVMC
&video_out_xvmc,
#endif
More information about the MPlayer-cvslog
mailing list