changeset 4978:ae66f5ca2225

small bugfix.
author pontscho
date Thu, 07 Mar 2002 14:16:43 +0000
parents 7b65a4f0b74e
children 27980a844961
files libvo/vo_xv.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_xv.c	Thu Mar 07 14:04:15 2002 +0000
+++ b/libvo/vo_xv.c	Thu Mar 07 14:16:43 2002 +0000
@@ -342,7 +342,9 @@
 #endif
 
  mFullscreen=flags&1;
+#ifdef HAVE_XF86VM
  if( flags&0x02 ) vm = 1;
+#endif
  flip_flag=flags&8;
  num_buffers=vo_doublebuffering?NUM_BUFFERS:1;