changeset 36870:871778a75acc

Remove condition. No other video output driver restricts VOCTRL_GUISUPPORT this way.
author ib
date Sun, 02 Mar 2014 21:05:01 +0000
parents 80536f6e6f07
children d0cc70892148
files libvo/mga_template.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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