[MPlayer-cvslog] r24259 - trunk/libvo/vo_xv.c

diego subversion at mplayerhq.hu
Tue Aug 28 12:53:51 CEST 2007


Author: diego
Date: Tue Aug 28 12:53:51 2007
New Revision: 24259

Log:
warning fix:
vo_xv.c:63: warning: redundant redeclaration of 'XShmGetEventBase'
/usr/include/X11/extensions/XShm.h:80: warning: previous declaration of 'XShmGetEventBase' was here


Modified:
   trunk/libvo/vo_xv.c

Modified: trunk/libvo/vo_xv.c
==============================================================================
--- trunk/libvo/vo_xv.c	(original)
+++ trunk/libvo/vo_xv.c	Tue Aug 28 12:53:51 2007
@@ -59,8 +59,6 @@ LIBVO_EXTERN(xv)
 #include <sys/ipc.h>
 #include <sys/shm.h>
 #include <X11/extensions/XShm.h>
-/* since it doesn't seem to be defined on some platforms */
-int XShmGetEventBase(Display *);
 
 static XShmSegmentInfo Shminfo[NUM_BUFFERS];
 static int Shmem_Flag;



More information about the MPlayer-cvslog mailing list