summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-08-10 00:04:59 +0200
committerwm4 <wm4@nowhere>2015-08-10 00:07:35 +0200
commit8d66bd76e2ebc4402df626f6467e0d5fa71ecf06 (patch)
treed3bfe97aff885af0544c83959a30f4c2942bdffb /wscript_build.py
parent853ff000c31e959c43b1af646884579714bee229 (diff)
downloadmpv-8d66bd76e2ebc4402df626f6467e0d5fa71ecf06.tar.bz2
mpv-8d66bd76e2ebc4402df626f6467e0d5fa71ecf06.tar.xz
video: remove old vdpau hwaccel API usage
While the "old" libavcodec vdpau API is not deprecated (only the very- old API is), it's still relatively complicated code that badly duplicates the much simpler newer vdpau code. It exists only for the sake of older FFmpeg releases; get rid of it.
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/wscript_build.py b/wscript_build.py
index 5278f777eb..a96fb87540 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -294,7 +294,6 @@ def build(ctx):
( "video/decode/vda.c", "vda-hwaccel" ),
( "video/decode/videotoolbox.c", "videotoolbox-hwaccel" ),
( "video/decode/vdpau.c", "vdpau-hwaccel" ),
- ( "video/decode/vdpau_old.c", "vdpau-old-hwaccel" ),
( "video/filter/vf.c" ),
( "video/filter/vf_buffer.c" ),
( "video/filter/vf_crop.c" ),