]> git.sesse.net Git - vlc/commitdiff
Another gapi (msw) compilation fix.
authorLaurent Aimar <fenrir@videolan.org>
Tue, 5 Jan 2010 21:48:24 +0000 (22:48 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Tue, 5 Jan 2010 21:50:49 +0000 (22:50 +0100)
modules/video_output/msw/wingdi.c

index be80772d85e155e64baaabd4f3ff001502a760cf..975f7648401164dcd189c9619ed90cee792f8f0c 100644 (file)
@@ -245,6 +245,7 @@ struct picture_sys_t {
 static int Lock(picture_t *picture)
 {
     vout_display_t *vd = picture->p_sys->vd;
+    vout_display_sys_t *sys = vd->sys;
 
     /* */
     if (sys->rect_dest_clipped.right  - sys->rect_dest_clipped.left != vd->fmt.i_width ||