From 71a7257eb4cea7ea98dc2d3052d3e8deea702bc0 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 22 Dec 2002 13:27:05 +0000 Subject: 10l by Matan git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8521 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_svga.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'libvo') diff --git a/libvo/vo_svga.c b/libvo/vo_svga.c index bf56591734..0cb5e901b2 100644 --- a/libvo/vo_svga.c +++ b/libvo/vo_svga.c @@ -505,11 +505,15 @@ static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width, 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); } -- cgit v1.2.3