summaryrefslogtreecommitdiffstats
path: root/wscript
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
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')
-rw-r--r--wscript8
1 files changed, 0 insertions, 8 deletions
diff --git a/wscript b/wscript
index 23a8a52501..0a5bf61157 100644
--- a/wscript
+++ b/wscript
@@ -754,14 +754,6 @@ hwaccel_features = [
'av_vdpau_bind_context(0,0,0,AV_HWACCEL_FLAG_ALLOW_HIGH_DEPTH)',
use='libav'),
}, {
- 'name': '--vdpau-old-hwaccel',
- 'desc': 'libavcodec VDPAU hwaccel (old API)',
- 'deps': [ 'vdpau' ],
- 'deps_neg': [ 'vdpau-hwaccel' ],
- 'func': check_statement('libavcodec/vdpau.h',
- 'av_vdpau_alloc_context()',
- use='libav'),
- }, {
'name': '--dxva2-hwaccel',
'desc': 'libavcodec DXVA2 hwaccel',
'deps': [ 'win32' ],