From baefead944900c847cacb91451adbddf3d702705 Mon Sep 17 00:00:00 2001 From: arpi Date: Sat, 28 Sep 2002 18:50:45 +0000 Subject: another dga v1 fix by Fredrik Noring git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7534 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_dga.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo') diff --git a/libvo/vo_dga.c b/libvo/vo_dga.c index 24e945f8df..57da50b8a7 100644 --- a/libvo/vo_dga.c +++ b/libvo/vo_dga.c @@ -724,13 +724,13 @@ static uint32_t config( uint32_t width, uint32_t height, int x_off, y_off; int wanted_width, wanted_height; + unsigned char *vo_dga_base; #ifdef HAVE_DGA2 // needed to change DGA video mode int modecount, mX=VO_DGA_INVALID_RES, mY=VO_DGA_INVALID_RES , mVBI=100000, mMaxY=0, i,j=0; int dga_modenum; XDGAMode *modelines=NULL, *modeline; XDGADevice *dgadevice; - unsigned char *vo_dga_base; #else #ifdef HAVE_XF86VM unsigned int vm_event, vm_error; -- cgit v1.2.3