Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=99375 Signed-off-by: Xiang, Haihao <haihao.xi...@intel.com> --- va/va.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/va/va.c b/va/va.c index 5cf7220..5040dc1 100644 --- a/va/va.c +++ b/va/va.c @@ -303,6 +303,7 @@ static VAStatus va_openDriver(VADisplay dpy, char *driver_name) int minor; } compatible_versions[] = { { VA_MAJOR_VERSION, VA_MINOR_VERSION }, + { 0, 39 }, { 0, 38 }, { 0, 37 }, { 0, 36 }, -- 1.9.1 _______________________________________________ Libva mailing list Libva@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libva