summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiang, Haihao <haihao.xiang@intel.com>2017-01-19 11:08:11 +0800
committerSean V Kelley <seanvk@posteo.de>2017-01-29 08:42:14 -0800
commit65a8fa5d563f13643c4da85b35ede61e2e79b29e (patch)
treec06651769a988558bacc2191e58bfb4ca3012bca
parent74c48daf1d289a6e5c0d1c547abc3c71f28ee520 (diff)
downloadlibva-65a8fa5d563f13643c4da85b35ede61e2e79b29e.tar.gz
va: Keep compatibility with the backend driver built against 0.39.x
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=99375 Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com> Signed-off-by: Sean V Kelley <seanvk@posteo.de>
-rw-r--r--va/va.c1
1 files changed, 1 insertions, 0 deletions
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 },