summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--va/va.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/va/va.c b/va/va.c
index 13fbe37..461f4cc 100644
--- a/va/va.c
+++ b/va/va.c
@@ -247,6 +247,7 @@ static VAStatus va_openDriver(VADisplay dpy, char *driver_name)
int minor;
} compatible_versions[] = {
{ VA_MAJOR_VERSION, VA_MINOR_VERSION },
+ { 0, 34 },
{ 0, 33 },
{ 0, 32 },
{ -1, }