From a9ed9e329c6e85d6d3336626106a67b9dd6a4bff Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Fri, 2 Oct 2015 03:46:19 +0100 Subject: vo_opengl: remove leftover variable from vaglx in vaegl This was preventing compilation on systems without X11 headers. --- video/out/opengl/hwdec_vaegl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/video/out/opengl/hwdec_vaegl.c b/video/out/opengl/hwdec_vaegl.c index 580e014423..dccd13a5a7 100644 --- a/video/out/opengl/hwdec_vaegl.c +++ b/video/out/opengl/hwdec_vaegl.c @@ -88,7 +88,6 @@ struct priv { struct mp_log *log; struct mp_vaapi_ctx *ctx; VADisplay *display; - Display *xdisplay; GLuint gl_textures[4]; EGLImageKHR images[4]; VAImage current_image; -- cgit v1.2.3