vd_lavc: delete hw_d3d11va.c/hw_dxva2.c and merge leftovers

Like with all hwaccels, there's little that is actually specific to
decoding (which has been moved away anyway), and what is left are
declarations (which will also go away soon).
This commit is contained in:
wm4
2017-12-01 08:13:24 +01:00
parent b89f5084cc
commit 1e44540906
6 changed files with 39 additions and 119 deletions

View File

@@ -363,8 +363,6 @@ def build(ctx):
( "video/vdpau_mixer.c", "vdpau" ),
( "video/decode/d3d.c", "d3d-hwaccel" ),
( "video/decode/dec_video.c"),
( "video/decode/hw_dxva2.c", "d3d9-hwaccel" ),
( "video/decode/hw_d3d11va.c", "d3d-hwaccel" ),
( "video/decode/hw_mediacodec.c", "android" ),
( "video/decode/vd_lavc.c" ),
( "video/filter/refqueue.c" ),