mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
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:
@@ -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" ),
|
||||
|
||||
Reference in New Issue
Block a user