summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-28 10:53:51 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-28 10:53:51 +0000
commit9842c21a073489116cc8e4e0f1d9bc269b78dae9 (patch)
tree4cfa51abacb2584ac15dd36d69adad639146563f /libvo
parent61c0c8c88cede652774da02cc237ce14195f138a (diff)
downloadmpv-9842c21a073489116cc8e4e0f1d9bc269b78dae9.tar.bz2
mpv-9842c21a073489116cc8e4e0f1d9bc269b78dae9.tar.xz
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 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24259 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_xv.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libvo/vo_xv.c b/libvo/vo_xv.c
index 1a035d5f19..f90542be0d 100644
--- a/libvo/vo_xv.c
+++ b/libvo/vo_xv.c
@@ -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;