Aug. 6, 2026
5:43 p.m.
Alexandre Julliard (@julliard) commented about configure.ac:
WINE_NOTICE_WITH(v4l2,[test "x$ac_cv_lib_soname_v4l2" = "x"], [libv4l2 ${notice_platform}development files not found.])
+dnl **** Check for libva **** +if test "x$with_va" != "xno" +then + WINE_PACKAGE_FLAGS(VA,[libva libva-drm],[-lva-drm -lva],,, + [AC_CHECK_HEADER([va/va_drm.h], + [AC_CHECK_FUNC(vaGetDisplayDRM, + [AC_DEFINE(HAVE_VA, 1, [Define to 1 if you have the 'va' library (-lva).])], This should use WINE_CHECK_SONAME and dynamic loading, like we do for other library dependencies.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/11535#note_148196