changeset 7427:f740737c54ce

-zoom will be handled by -vop scale
author arpi
date Tue, 17 Sep 2002 09:55:05 +0000
parents d4aee62822b1
children 29cce5d75dca
files libvo/vo_fbdev.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_fbdev.c	Tue Sep 17 07:42:34 2002 +0000
+++ b/libvo/vo_fbdev.c	Tue Sep 17 09:55:05 2002 +0000
@@ -857,6 +857,7 @@
 
 	if (pre_init_err) return 1;
 
+#if 0
 	if (zoom
 #ifdef CONFIG_VIDIX
 	 && !vidix_name
@@ -865,6 +866,7 @@
 		printf(FBDEV "-zoom is not supported\n");
 		return 1;
 	}
+#endif
 	if (fb_mode_name && !vm) {
 		printf(FBDEV "-fbmode can only be used with -vm\n");
 		return 1;