summaryrefslogtreecommitdiffstats
path: root/libvo/vo_xv.c
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-07 14:16:43 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-07 14:16:43 +0000
commitc84999a9050a62cacea524503249b95de9990719 (patch)
tree223ecb9bdb56921dad7325bcd1fda41296e5ee56 /libvo/vo_xv.c
parentd401da722147b43fc038a44310d48dc0961a0cd4 (diff)
downloadmpv-c84999a9050a62cacea524503249b95de9990719.tar.bz2
mpv-c84999a9050a62cacea524503249b95de9990719.tar.xz
small bugfix.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4979 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_xv.c')
-rw-r--r--libvo/vo_xv.c2
1 files changed, 2 insertions, 0 deletions
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;