---
Is there any reason some hwaccel are disabled?
Note: this patch is yet to be tested on oracle.
(Please disregard the previous patch.)
Cheers,
Vittorio
configure | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/configure b/configure
index a82bef7..53ac439 100755
--- a/configure
+++ b/configure
@@ -2234,8 +2234,8 @@ enable safe_bitstream_reader
enable static
enable swscale_alpha
-# By default, enable only those hwaccels that have no external dependencies.
-enable dxva2 vdpau
+# enable all hwaccels available.
+enable dxva2 vaapi vda vdpau
# build settings
SHFLAGS='-shared -Wl,-soname,$$(@F)'
@@ -4106,6 +4106,7 @@ check_header sys/select.h
check_header sys/time.h
check_header sys/un.h
check_header unistd.h
+check_header va/va.h
check_header vdpau/vdpau.h
check_header vdpau/vdpau_x11.h
check_header VideoDecodeAcceleration/VDADecoder.h
@@ -4115,6 +4116,7 @@ check_header X11/extensions/XvMClib.h
check_lib2 "windows.h shellapi.h" CommandLineToArgvW -lshell32
check_lib2 "windows.h wincrypt.h" CryptGenRandom -ladvapi32
check_lib2 "windows.h psapi.h" GetProcessMemoryInfo -lpsapi
+check_lib2 "va/va.h" vaInitialize -lva
check_struct "sys/time.h sys/resource.h" "struct rusage" ru_maxrss
@@ -4146,7 +4148,6 @@ disabled zlib || check_lib zlib.h zlibVersion -lz
|| disable zlib
disabled bzlib || check_lib2 bzlib.h BZ2_bzlibVersion -lbz2 || disable bzlib
check_lib math.h sin -lm && LIBM="-lm"
-enabled vaapi && require vaapi va/va.h vaInitialize -lva
atan2f_args=2
ldexpf_args=2
--
1.9.3 (Apple Git-50)
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel