[MPlayer-cvslog] r24261 - trunk/libvo/mga_common.c
diego
subversion at mplayerhq.hu
Tue Aug 28 13:04:36 CEST 2007
Author: diego
Date: Tue Aug 28 13:04:36 2007
New Revision: 24261
Log:
warning fix:
vo_xmga.c: At top level:
mga_common.c:212: warning: 'mga_fullscreen' defined but not used
Modified:
trunk/libvo/mga_common.c
Modified: trunk/libvo/mga_common.c
==============================================================================
--- trunk/libvo/mga_common.c (original)
+++ trunk/libvo/mga_common.c Tue Aug 28 13:04:36 2007
@@ -207,6 +207,7 @@ query_format(uint32_t format)
return 0;
}
+#ifndef VO_XMGA
static void mga_fullscreen()
{
uint32_t w,h;
@@ -226,6 +227,7 @@ static void mga_fullscreen()
if ( ioctl( f,MGA_VID_CONFIG,&mga_vid_config ) )
mp_msg(MSGT_VO,MSGL_WARN, MSGTR_LIBVO_MGA_ErrorInConfigIoctl );
}
+#endif
static int control(uint32_t request, void *data, ...)
{
More information about the MPlayer-cvslog
mailing list