projects
/
platform
/
upstream
/
libva.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffdcb50
)
va: keep compatibility with the backend driver built against 0.34.x
author
Xiang, Haihao
<haihao.xiang@intel.com>
Tue, 18 Mar 2014 03:04:47 +0000
(11:04 +0800)
committer
Xiang, Haihao
<haihao.xiang@intel.com>
Tue, 18 Mar 2014 03:06:00 +0000
(11:06 +0800)
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
va/va.c
patch
|
blob
|
history
diff --git
a/va/va.c
b/va/va.c
index
ae853bb
..
c770f0d
100644
(file)
--- 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, 34 },
{ 0, 33 },
{ 0, 32 },
{ -1, }