summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
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 /wscript_build.py
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 'wscript_build.py')
-rw-r--r--wscript_build.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/wscript_build.py b/wscript_build.py
index 12a4ea4da0..4477301f22 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -432,7 +432,6 @@ def build(ctx):
( "video/out/opengl/hwdec_drmprime_drm.c","drmprime && drm" ),
( "video/out/opengl/hwdec_rpi.c", "rpi" ),
( "video/out/opengl/hwdec_vaegl.c", "vaapi-egl" ),
- ( "video/out/opengl/hwdec_vaglx.c", "vaapi-glx" ),
( "video/out/opengl/hwdec_vdpau.c", "vdpau-gl-x11" ),
( "video/out/vo.c" ),
( "video/out/vo_mediacodec_embed.c", "android" ),