summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2015-10-02 03:46:19 +0100
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2015-10-02 03:49:02 +0100
commita9ed9e329c6e85d6d3336626106a67b9dd6a4bff (patch)
tree6986cf9181d67d21fa7c9b3c51d4ae9e4b2d92e7 /video
parent8a21cb1cd3ce1b92c05adcca597e1154d96621ee (diff)
downloadmpv-a9ed9e329c6e85d6d3336626106a67b9dd6a4bff.tar.bz2
mpv-a9ed9e329c6e85d6d3336626106a67b9dd6a4bff.tar.xz
vo_opengl: remove leftover variable from vaglx in vaegl
This was preventing compilation on systems without X11 headers.
Diffstat (limited to 'video')
-rw-r--r--video/out/opengl/hwdec_vaegl.c1
1 files changed, 0 insertions, 1 deletions
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;