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.
This commit is contained in:
wm4
2017-11-30 04:19:12 +01:00
parent 1c463d13e1
commit c437267518
3 changed files with 0 additions and 236 deletions

View File

@@ -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" ),