[MPlayer-cvslog] r24179 - trunk/libvo/vo_xvidix.c
diego
subversion at mplayerhq.hu
Sat Aug 25 15:37:19 CEST 2007
Author: diego
Date: Sat Aug 25 15:37:19 2007
New Revision: 24179
Log:
Fix warning:
vo_xvidix.c:75: warning: redundant redeclaration of 'xinerama_screen'
video_out.h:193: warning: previous declaration of 'xinerama_screen' was here
Modified:
trunk/libvo/vo_xvidix.c
Modified: trunk/libvo/vo_xvidix.c
==============================================================================
--- trunk/libvo/vo_xvidix.c (original)
+++ trunk/libvo/vo_xvidix.c Sat Aug 25 15:37:19 2007
@@ -71,9 +71,6 @@ static uint32_t drwX, drwY, drwWidth, dr
extern void set_video_eq(int cap);
-#ifdef HAVE_XINERAMA
-extern int xinerama_screen;
-#endif
static void set_window(int force_update)
{
More information about the MPlayer-cvslog
mailing list