summaryrefslogtreecommitdiff
path: root/va
diff options
context:
space:
mode:
authorXiang, Haihao <haihao.xiang@intel.com>2015-05-22 16:45:03 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2015-05-22 16:45:03 +0800
commit4763db1c2133d4e6b92355938ecb6f23a7767b6b (patch)
tree0dbbafc3fad152da8482f35396f0e0aad85ba0ec /va
parent9f2a994643001a03e103aa13268abbd86b49a5c4 (diff)
Bump VA API to 0.38
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
Diffstat (limited to 'va')
-rw-r--r--va/va.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/va/va.c b/va/va.c
index d260105..7d83173 100644
--- a/va/va.c
+++ b/va/va.c
@@ -246,6 +246,7 @@ static VAStatus va_openDriver(VADisplay dpy, char *driver_name)
int minor;
} compatible_versions[] = {
{ VA_MAJOR_VERSION, VA_MINOR_VERSION },
+ { 0, 37 },
{ 0, 36 },
{ 0, 35 },
{ 0, 34 },