[vlc-commits] commit: Fixed win32 build. (Laurent Aimar )
git at videolan.org
git at videolan.org
Sun Apr 18 22:48:47 CEST 2010
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sun Apr 18 22:48:26 2010 +0200| [b681025492099ccd0721d707bd2a99d8c3088ec3] | committer: Laurent Aimar
Fixed win32 build.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b681025492099ccd0721d707bd2a99d8c3088ec3
---
src/video_output/vout_wrapper.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/video_output/vout_wrapper.c b/src/video_output/vout_wrapper.c
index cfe5dde..d475f2e 100644
--- a/src/video_output/vout_wrapper.c
+++ b/src/video_output/vout_wrapper.c
@@ -429,6 +429,6 @@ static int Forward(vlc_object_t *object, char const *var,
VLC_UNUSED(oldval);
VLC_UNUSED(data);
- return var_Set(vout->p_sys->vd, var, newval);
+ return var_Set(vout->p->p_sys->vd, var, newval);
}
#endif
More information about the vlc-commits
mailing list