# HG changeset patch # User ib # Date 1393794301 0 # Node ID 871778a75acc7b2d480c0e827b09cf6813ae724f # Parent 80536f6e6f079a6a978f96836e7b36501ab2a984 Remove condition. No other video output driver restricts VOCTRL_GUISUPPORT this way. diff -r 80536f6e6f07 -r 871778a75acc libvo/mga_template.c --- a/libvo/mga_template.c Sun Mar 02 20:04:46 2014 +0000 +++ b/libvo/mga_template.c Sun Mar 02 21:05:01 2014 +0000 @@ -308,7 +308,7 @@ return VO_TRUE; #endif -#if defined(VO_XMGA) && defined(CONFIG_GUI) +#if defined(VO_XMGA) case VOCTRL_GUISUPPORT: return VO_TRUE; #endif