From 8d66bd76e2ebc4402df626f6467e0d5fa71ecf06 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 10 Aug 2015 00:04:59 +0200 Subject: 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. --- wscript | 8 -------- 1 file changed, 8 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 23a8a52501..0a5bf61157 100644 --- a/wscript +++ b/wscript @@ -753,14 +753,6 @@ hwaccel_features = [ 'func': check_statement('libavcodec/vdpau.h', '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', -- cgit v1.2.3