[MPlayer-cvslog] CVS: main/libvo vo_xvmc.c,1.18,1.19
Ivan Kalvachev CVS
syncmail at mplayerhq.hu
Mon Apr 18 16:35:14 CEST 2005
- Previous message: [MPlayer-cvslog] CVS: main/libmpdemux network.c,1.110,1.111
- Next message: [MPlayer-cvslog] CVS: main/libmpcodecs vd.c, 1.82, 1.83 vd_zrmjpeg.c, 1.2, 1.3 ve_divx4.c, 1.17, 1.18 ve_libdv.c, 1.12, 1.13 ve_nuv.c, 1.6, 1.7 ve_qtvideo.c, 1.13, 1.14 ve_vfw.c, 1.18, 1.19 vf_flip.c, 1.12, 1.13 vf_vo.c, 1.24, 1.25
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Ivan Kalvachev CVS
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv25575
Modified Files:
vo_xvmc.c
Log Message:
Compile fix when XF86VM is not defined
patch by Ismail Donmez <ismail at kde org tr>
Index: vo_xvmc.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_xvmc.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- vo_xvmc.c 13 Apr 2005 19:38:44 -0000 1.18
+++ vo_xvmc.c 18 Apr 2005 14:35:11 -0000 1.19
@@ -1159,7 +1159,9 @@
if( verbose > 3 ) printf("vo_xvmc: uninit called\n");
xvmc_free();
//from vo_xv
+#ifdef HAVE_XF86VM
vo_vm_close(mDisplay);
+#endif
vo_x11_uninit();
}
- Previous message: [MPlayer-cvslog] CVS: main/libmpdemux network.c,1.110,1.111
- Next message: [MPlayer-cvslog] CVS: main/libmpcodecs vd.c, 1.82, 1.83 vd_zrmjpeg.c, 1.2, 1.3 ve_divx4.c, 1.17, 1.18 ve_libdv.c, 1.12, 1.13 ve_nuv.c, 1.6, 1.7 ve_qtvideo.c, 1.13, 1.14 ve_vfw.c, 1.18, 1.19 vf_flip.c, 1.12, 1.13 vf_vo.c, 1.24, 1.25
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list