From 13682b48e95c91cbcd80bc45880e09eca1ebdee2 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sun, 23 Mar 2014 13:24:07 +0100 Subject: [PATCH] Autodetect VDA like all other hardware acccelerations. Signed-off-by: Michael Niedermayer (cherry picked from commit 942cded690bc6dc931c60078f39cf0f339a89058) Conflicts: configure --- Changelog | 1 + configure | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index fe2f052bed..ef8696fb4f 100644 --- a/Changelog +++ b/Changelog @@ -28,6 +28,7 @@ version 2.2: - Support DNx444 - libx265 encoder - dejudder filter +- Autodetect VDA like all other hardware accelerations version 2.1: diff --git a/configure b/configure index 39daa52ee5..e2674ac626 100755 --- a/configure +++ b/configure @@ -149,7 +149,7 @@ Component options: Hardware accelerators: --disable-dxva2 disable DXVA2 code [autodetect] --disable-vaapi disable VAAPI code [autodetect] - --enable-vda enable VDA code + --disable-vda disable VDA code [autodetect] --disable-vdpau disable VDPAU code [autodetect] Individual component options: @@ -2504,7 +2504,7 @@ enable static enable swscale_alpha # Enable hwaccels by default. -enable dxva2 vaapi vdpau xvmc +enable dxva2 vaapi vda vdpau xvmc # build settings SHFLAGS='-shared -Wl,-soname,$$(@F)'