summaryrefslogtreecommitdiffstats
path: root/libvo/vo_xv.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_xv.c')
-rw-r--r--libvo/vo_xv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/vo_xv.c b/libvo/vo_xv.c
index 113b1cfb8d..9d40f4994a 100644
--- a/libvo/vo_xv.c
+++ b/libvo/vo_xv.c
@@ -84,6 +84,7 @@ static XvImage* xvimage[NUM_BUFFERS];
int XShmGetEventBase(Display*);
static XShmSegmentInfo Shminfo[NUM_BUFFERS];
+static int Shmem_Flag;
#endif
//static int Quiet_Flag; <-- What is that for ? Albeu.