[Mplayer-cvslog] CVS: main/libvo video_out.c,1.70,1.71

Ivan Kalvachev CVS iive at mplayerhq.hu
Sat Jun 21 03:47:30 CEST 2003


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

Modified Files:
	video_out.c 
Log Message:
basic xvmc image support

Index: video_out.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/video_out.c,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- video_out.c	31 May 2003 17:32:23 -0000	1.70
+++ video_out.c	21 Jun 2003 01:47:26 -0000	1.71
@@ -53,6 +53,7 @@
 extern vo_functions_t video_out_xmga;
 extern vo_functions_t video_out_x11;
 extern vo_functions_t video_out_xover;
+extern vo_functions_t video_out_xvmc;
 extern vo_functions_t video_out_xv;
 extern vo_functions_t video_out_gl;
 extern vo_functions_t video_out_gl2;
@@ -126,6 +127,9 @@
 #endif
 #ifdef HAVE_TDFXFB
         &video_out_tdfxfb,
+#endif
+#ifdef HAVE_XVMC
+        &video_out_xvmc,
 #endif
 #ifdef HAVE_XV
         &video_out_xv,



More information about the MPlayer-cvslog mailing list