[MPlayer-cvslog] r36966 - trunk/libvo/mga_template.c
ib
subversion at mplayerhq.hu
Sun Mar 2 22:05:01 CET 2014
Author: ib
Date: Sun Mar 2 22:05:01 2014
New Revision: 36966
Log:
Remove condition.
No other video output driver restricts VOCTRL_GUISUPPORT this way.
Modified:
trunk/libvo/mga_template.c
Modified: trunk/libvo/mga_template.c
==============================================================================
--- trunk/libvo/mga_template.c Sun Mar 2 21:04:46 2014 (r36965)
+++ trunk/libvo/mga_template.c Sun Mar 2 22:05:01 2014 (r36966)
@@ -308,7 +308,7 @@ static int control(uint32_t request, voi
return VO_TRUE;
#endif
-#if defined(VO_XMGA) && defined(CONFIG_GUI)
+#if defined(VO_XMGA)
case VOCTRL_GUISUPPORT:
return VO_TRUE;
#endif
More information about the MPlayer-cvslog
mailing list