[Mplayer-cvslog] CVS: main/libvo vo_svga.c,1.56,1.57

Alex Beregszaszi alex at mplayerhq.hu
Sun Dec 22 14:27:22 CET 2002


Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv6208

Modified Files:
	vo_svga.c 
Log Message:
10l by Matan

Index: vo_svga.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_svga.c,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- vo_svga.c	21 Dec 2002 22:08:14 -0000	1.56
+++ vo_svga.c	22 Dec 2002 13:27:05 -0000	1.57
@@ -505,11 +505,15 @@
       return (1);
     }  
   }
-  
+
+#ifdef CONFIG_VIDIX
   if(!vidix_name[0]){
+#endif
   	maxw = width; /* No scaling */
   	maxh = height;
+#ifdef CONFIG_VIDIX
   }	
+#endif
   if (pformat == IMGFMT_YV12) {
     yuv2rgb_init(bpp, MODE_RGB);
   }




More information about the MPlayer-cvslog mailing list