[vlc-devel] commit: Another gapi (msw) compilation fix. (Laurent Aimar )
git version control
git at videolan.org
Tue Jan 5 22:53:03 CET 2010
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Tue Jan 5 22:48:24 2010 +0100| [d381962594480636d0a70075218a650fdf82d538] | committer: Laurent Aimar
Another gapi (msw) compilation fix.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d381962594480636d0a70075218a650fdf82d538
---
modules/video_output/msw/wingdi.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/video_output/msw/wingdi.c b/modules/video_output/msw/wingdi.c
index be80772..975f764 100644
--- a/modules/video_output/msw/wingdi.c
+++ b/modules/video_output/msw/wingdi.c
@@ -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 ||
More information about the vlc-devel
mailing list