From 6f5a10542c276ad4fa87a2f449dc4173e10fc47d Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 28 May 2015 21:56:13 +0200 Subject: vdpau: add support for the "new" libavcodec vdpau API Yet another of these dozens of hwaccel changes. This time, libavcodec provides utility functions, which initialize the vdpau decoder and map codec profiles. So a lot of work the API user had to do falls away. This also will give us support for high bit depth profiles, and possibly HEVC once libavcodec supports it. --- wscript_build.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index aa33272718..26d622a9d9 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -296,7 +296,8 @@ def build(ctx): ( "video/decode/vaapi.c", "vaapi-hwaccel" ), ( "video/decode/vd_lavc.c" ), ( "video/decode/vda.c", "vda-hwaccel" ), - ( "video/decode/vdpau_old.c", "vdpau-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" ), -- cgit v1.2.3