From 7df03a1c9e318855b4d61491c34062323f0fe4cc Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 5 Nov 2013 20:53:17 +0100 Subject: vo_xv: fix compilation of SHM not available --- video/out/vo_xv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video') diff --git a/video/out/vo_xv.c b/video/out/vo_xv.c index 02daaf86f8..a64dd1202a 100644 --- a/video/out/vo_xv.c +++ b/video/out/vo_xv.c @@ -557,7 +557,7 @@ static void deallocate_xvimage(struct vo *vo, int foo) XFree(ctx->xvimage[foo]); ctx->xvimage[foo] = NULL; -#ifdef HAVE_SHM +#if HAVE_SHM ctx->Shminfo[foo] = (XShmSegmentInfo){0}; #endif -- cgit v1.2.3