diff options
author | wm4 <wm4@nowhere> | 2015-08-10 00:04:59 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-08-10 00:07:35 +0200 |
commit | 8d66bd76e2ebc4402df626f6467e0d5fa71ecf06 (patch) | |
tree | d3bfe97aff885af0544c83959a30f4c2942bdffb /wscript | |
parent | 853ff000c31e959c43b1af646884579714bee229 (diff) |
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-- | wscript | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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' ], |