summaryrefslogtreecommitdiffstats
path: root/video/out/gpu
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-11-30 04:19:12 +0100
committerwm4 <wm4@nowhere>2017-11-30 04:19:12 +0100
commitc4372675189e2834bb39fb77fa0e214affcbdb36 (patch)
tree2420265c975deba16bb0ffac0b1f8885a544b719 /video/out/gpu
parent1c463d13e182af3976246cfd3f25d45dc71d32bf (diff)
downloadmpv-c4372675189e2834bb39fb77fa0e214affcbdb36.tar.bz2
mpv-c4372675189e2834bb39fb77fa0e214affcbdb36.tar.xz
vo_gpu: remove hwdec_vaglx interop
This has stopped being useful a long time ago, and it's the only GPL source file in the vo_gpu source directories. Recently it wasn't even loaded at all, unless you forced loading it.
Diffstat (limited to 'video/out/gpu')
-rw-r--r--video/out/gpu/hwdec.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/video/out/gpu/hwdec.c b/video/out/gpu/hwdec.c
index 0a6a4de32a..5284f8e6f3 100644
--- a/video/out/gpu/hwdec.c
+++ b/video/out/gpu/hwdec.c
@@ -44,9 +44,6 @@ static const struct ra_hwdec_driver *const mpgl_hwdec_drivers[] = {
#if HAVE_VAAPI_EGL
&ra_hwdec_vaegl,
#endif
-#if HAVE_VAAPI_GLX
- &ra_hwdec_vaglx,
-#endif
#if HAVE_VDPAU_GL_X11
&ra_hwdec_vdpau,
#endif