comparison libvo/vo_fbdev.c @ 7427:f740737c54ce

-zoom will be handled by -vop scale
author arpi
date Tue, 17 Sep 2002 09:55:05 +0000
parents eca7dbad0166
children 711b3d844c47
comparison
equal deleted inserted replaced
7426:d4aee62822b1 7427:f740737c54ce
855 return -1; 855 return -1;
856 } 856 }
857 857
858 if (pre_init_err) return 1; 858 if (pre_init_err) return 1;
859 859
860 #if 0
860 if (zoom 861 if (zoom
861 #ifdef CONFIG_VIDIX 862 #ifdef CONFIG_VIDIX
862 && !vidix_name 863 && !vidix_name
863 #endif 864 #endif
864 ) { 865 ) {
865 printf(FBDEV "-zoom is not supported\n"); 866 printf(FBDEV "-zoom is not supported\n");
866 return 1; 867 return 1;
867 } 868 }
869 #endif
868 if (fb_mode_name && !vm) { 870 if (fb_mode_name && !vm) {
869 printf(FBDEV "-fbmode can only be used with -vm\n"); 871 printf(FBDEV "-fbmode can only be used with -vm\n");
870 return 1; 872 return 1;
871 } 873 }
872 if (vm && (parse_fbmode_cfg(fb_mode_cfgfile) < 0)) 874 if (vm && (parse_fbmode_cfg(fb_mode_cfgfile) < 0))