summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-12-01 08:13:24 +0100
committerwm4 <wm4@nowhere>2017-12-01 17:58:56 +0100
commit1e4454090683b4cbc20f4422a531eb363ad76092 (patch)
tree8dc8e95551fac84ba48b47fe22c67ea414e9cc33 /wscript_build.py
parentb89f5084cc58362f53220b8135808bf6b1048962 (diff)
downloadmpv-1e4454090683b4cbc20f4422a531eb363ad76092.tar.bz2
mpv-1e4454090683b4cbc20f4422a531eb363ad76092.tar.xz
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).
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py2
1 files changed, 0 insertions, 2 deletions
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" ),