1
mirror of https://github.com/mpv-player/mpv synced 2024-09-12 23:45:53 +02:00

proper gcc4 compile-fix suggested by richard

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13866 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmos4 2004-11-03 17:25:38 +00:00
parent 1ff43b7f48
commit 7ab84fe1cf

View File

@ -747,7 +747,7 @@ int page;
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);