[Mplayer-cvslog] CVS: main/libvo vo_svga.c,1.76,1.77
Atmosfear
syncmail at mplayerhq.hu
Wed Nov 3 18:25:41 CET 2004
- Previous message: [Mplayer-cvslog] CVS: main/libmpeg2 cpu_accel.c, 1.5, 1.6 cpu_state.c, 1.5, 1.6 idct.c, 1.10, 1.11 idct_mmx.c, 1.6, 1.7 libmpeg-0.4.0.diff, 1.4, 1.5 motion_comp.c, 1.9, 1.10 motion_comp_mmx.c, 1.5, 1.6
- Next message: [Mplayer-cvslog] CVS: main/DOCS/tech MAINTAINERS,1.47,1.48
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Atmosfear
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv14582
Modified Files:
vo_svga.c
Log Message:
proper gcc4 compile-fix suggested by richard
Index: vo_svga.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_svga.c,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- vo_svga.c 31 Oct 2004 18:05:10 -0000 1.76
+++ vo_svga.c 3 Nov 2004 17:25:38 -0000 1.77
@@ -747,7 +747,7 @@
mpi->stride[0] = mode_stride;
mpi->planes[0] = PageStore[page].vbase +
y_pos*mode_stride + (x_pos*mpi->bpp)/8;
- mpi->priv=(int)page;
+ mpi->priv=(void *)page;
if(verbose>2)
printf("vo_svga: direct render allocated! page=%d\n",page);
return(VO_TRUE);
- Previous message: [Mplayer-cvslog] CVS: main/libmpeg2 cpu_accel.c, 1.5, 1.6 cpu_state.c, 1.5, 1.6 idct.c, 1.10, 1.11 idct_mmx.c, 1.6, 1.7 libmpeg-0.4.0.diff, 1.4, 1.5 motion_comp.c, 1.9, 1.10 motion_comp_mmx.c, 1.5, 1.6
- Next message: [Mplayer-cvslog] CVS: main/DOCS/tech MAINTAINERS,1.47,1.48
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list