summaryrefslogtreecommitdiffstats
path: root/libvo/vo_dga.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_dga.c')
-rw-r--r--libvo/vo_dga.c2
1 files changed, 1 insertions, 1 deletions
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;