[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
- Previous message: [Mplayer-cvslog] CVS: main/libmpcodecs img_format.c,1.7,1.8 img_format.h,1.12,1.13 mp_image.h,1.23,1.24
- Next message: [Mplayer-cvslog] CVS: main configure,1.729,1.730 codec-cfg.c,1.101,1.102
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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,
- Previous message: [Mplayer-cvslog] CVS: main/libmpcodecs img_format.c,1.7,1.8 img_format.h,1.12,1.13 mp_image.h,1.23,1.24
- Next message: [Mplayer-cvslog] CVS: main configure,1.729,1.730 codec-cfg.c,1.101,1.102
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list