[FFmpeg-cvslog] Autodetect VDA like all other hardware acccelerations.
Carl Eugen Hoyos
git at videolan.org
Sun Mar 23 19:06:25 CET 2014
ffmpeg | branch: release/2.2 | Carl Eugen Hoyos <cehoyos at ag.or.at> | Sun Mar 23 13:24:07 2014 +0100| [13682b48e95c91cbcd80bc45880e09eca1ebdee2] | committer: Carl Eugen Hoyos
Autodetect VDA like all other hardware acccelerations.
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
(cherry picked from commit 942cded690bc6dc931c60078f39cf0f339a89058)
Conflicts:
configure
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=13682b48e95c91cbcd80bc45880e09eca1ebdee2
---
Changelog | 1 +
configure | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Changelog b/Changelog
index fe2f052..ef8696f 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 39daa52..e2674ac 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)'
More information about the ffmpeg-cvslog
mailing list