From c4372675189e2834bb39fb77fa0e214affcbdb36 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 30 Nov 2017 04:19:12 +0100 Subject: 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. --- wscript_build.py | 1 - 1 file changed, 1 deletion(-) (limited to 'wscript_build.py') 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" ), -- cgit v1.2.3