OSDN Git Service

va: Keep compatibility with the backend driver built against 0.39.x
[android-x86/hardware-intel-common-libva.git] / va / va.c
diff --git a/va/va.c b/va/va.c
index 5cf7220..5040dc1 100644 (file)
--- 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 },