[vlc-commits] configure: bump libva dependency to 2.0 (vaapi 1.0)
Lionel Landwerlin
git at videolan.org
Wed May 13 08:41:25 CEST 2020
vlc | branch: master | Lionel Landwerlin <lionel.g.landwerlin at intel.com> | Mon May 11 00:01:06 2020 +0300| [d40395c152a6527828a12c8becb7752472d95df4] | committer: Thomas Guillem
configure: bump libva dependency to 2.0 (vaapi 1.0)
LibVA 2.0 (project version) or VAAPI 1.0 (API version)
Signed-off-by: Thomas Guillem <thomas at gllm.fr>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d40395c152a6527828a12c8becb7752472d95df4
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 4b13af45e4..cc682e94c3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2612,7 +2612,7 @@ have_vaapi_drm="no"
have_vaapi_x11="no"
have_vaapi_wl="no"
AS_IF([test "${enable_libva}" != "no"], [
- PKG_CHECK_MODULES([LIBVA], [libva >= 0.38], [
+ PKG_CHECK_MODULES([LIBVA], [libva >= 1.0], [
have_vaapi="yes"
], [
AS_IF([test -n "${enable_libva}"], [
More information about the vlc-commits
mailing list