From c84999a9050a62cacea524503249b95de9990719 Mon Sep 17 00:00:00 2001 From: pontscho Date: Thu, 7 Mar 2002 14:16:43 +0000 Subject: [PATCH] small bugfix. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4979 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_xv.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libvo/vo_xv.c b/libvo/vo_xv.c index 025ac350e4..d6c8ff3a38 100644 --- a/libvo/vo_xv.c +++ b/libvo/vo_xv.c @@ -342,7 +342,9 @@ static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width, uint32 #endif mFullscreen=flags&1; +#ifdef HAVE_XF86VM if( flags&0x02 ) vm = 1; +#endif flip_flag=flags&8; num_buffers=vo_doublebuffering?NUM_BUFFERS:1;