Skip to content

Commit

Permalink
libva 2.7.0 pre1
Browse files Browse the repository at this point in the history
Bump VA-API version to 1.7.0 pre1 and libva to 2.7.0 pre1

Signed-off-by: Carl Zhang <[email protected]>
  • Loading branch information
XinfengZhang committed Feb 17, 2020
1 parent 04acc78 commit 8e467a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# - reset micro version to zero when minor version is incremented
# - reset minor version to zero when major version is incremented
m4_define([va_api_major_version], [1])
m4_define([va_api_minor_version], [6])
m4_define([va_api_minor_version], [7])
m4_define([va_api_micro_version], [0])

m4_define([va_api_version],
Expand Down
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# - reset micro version to zero when VA-API major or minor version is changed
project(
'libva', 'c',
version : '2.6.0.1',
version : '2.7.0.1',
meson_version : '>= 0.37.0',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])
Expand All @@ -19,7 +19,7 @@ project(
# - reset micro version to zero when minor version is incremented
# - reset minor version to zero when major version is incremented
va_api_major_version = 1
va_api_minor_version = 6
va_api_minor_version = 7
va_api_micro_version = 0

va_api_version = '@0@.@1@.@2@'.format(va_api_major_version,
Expand Down
1 change: 1 addition & 0 deletions va/va.c
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@ static VAStatus va_openDriver(VADisplay dpy, char *driver_name)
int minor;
} compatible_versions[] = {
{ VA_MAJOR_VERSION, VA_MINOR_VERSION },
{ VA_MAJOR_VERSION, 6 },
{ VA_MAJOR_VERSION, 5 },
{ VA_MAJOR_VERSION, 4 },
{ VA_MAJOR_VERSION, 3 },
Expand Down

0 comments on commit 8e467a6

Please sign in to comment.