[vlc-devel] [PATCH v2 1/2] configure: bump libva dependency to 2.0 (vaapi 1.0)
Lionel Landwerlin
lionel.g.landwerlin at intel.com
Sun May 10 23:01:06 CEST 2020
LibVA 2.0 (project version) or VAAPI 1.0 (API version)
---
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}"], [
--
2.26.2
More information about the vlc-devel
mailing list