From 1e4454090683b4cbc20f4422a531eb363ad76092 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 1 Dec 2017 08:13:24 +0100 Subject: 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). --- wscript_build.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index 4477301f22..4a568c491f 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -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" ), -- cgit v1.2.3