[FFmpeg-cvslog] Autodetect VDA like all other hardware acccelerations.

Carl Eugen Hoyos git at videolan.org
Sun Mar 23 17:52:23 CET 2014


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Sun Mar 23 13:24:07 2014 +0100| [942cded690bc6dc931c60078f39cf0f339a89058] | committer: Michael Niedermayer

Autodetect VDA like all other hardware acccelerations.

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=942cded690bc6dc931c60078f39cf0f339a89058
---

 Changelog |    1 +
 configure |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Changelog b/Changelog
index cd19277..7ccd638 100644
--- a/Changelog
+++ b/Changelog
@@ -34,6 +34,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 0b90d7d..f0a05b0 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:
@@ -2577,7 +2577,7 @@ enable static
 enable swscale_alpha
 
 # Enable hwaccels by default.
-enable dxva2 vaapi vdpau xvmc
+enable dxva2 vaapi vda vdpau xvmc
 enable xlib
 
 # build settings



More information about the ffmpeg-cvslog mailing list