summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-03-24 01:59:02 +0100
committerLuca Barbato <lu_zero@gentoo.org>2014-05-11 15:00:03 +0200
commit67afcefb35932b420998f6f3fda46c7c85848a3f (patch)
treee69ca44ea9510ddd96112d9f2b3ecc20b06b07a2 /configure
parent31a46750c7eafe6bce6a3e4f09853cd0a585292b (diff)
lavc: Add new VDA hwaccel
It leverages the new hwaccel 1.2 features: - get_buffer2 is never called - the internal context is automatically initialized/deinitialized Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 47fd690a4f..da77f694cc 100755
--- a/configure
+++ b/configure
@@ -1896,6 +1896,8 @@ h264_vaapi_hwaccel_deps="vaapi"
h264_vaapi_hwaccel_select="h264_decoder"
h264_vda_hwaccel_deps="vda"
h264_vda_hwaccel_select="h264_decoder"
+h264_vda_old_hwaccel_deps="vda"
+h264_vda_old_hwaccel_select="h264_decoder"
h264_vdpau_hwaccel_deps="vdpau"
h264_vdpau_hwaccel_select="h264_decoder"
mpeg1_vdpau_hwaccel_deps="vdpau"