Skip to content

Commit

Permalink
libva 2.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>
  • Loading branch information
xhaihao committed Jul 11, 2018
1 parent 4feed85 commit a4d860b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
libva NEWS -- summary of user visible changes. 2018-07-xx
libva NEWS -- summary of user visible changes. 2018-07-11
Copyright (C) 2009-2018 Intel Corporation

Version 2.2.0 - DD.July.2018
Version 2.2.0 - 11.July.2018
* Bump VA-API version to 1.2.0 and libva to 2.2.0
* Add support for hevc range extension decoding
* Add support for fast intra prediction in HEVC FEI
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ m4_define([va_api_version],
m4_define([libva_major_version], [m4_eval(va_api_major_version + 1)])
m4_define([libva_minor_version], [m4_eval(va_api_minor_version)])
m4_define([libva_micro_version], [0])
m4_define([libva_pre_version], [1])
m4_define([libva_pre_version], [0])

m4_define([libva_version],
[libva_major_version.libva_minor_version.libva_micro_version])
Expand Down
2 changes: 1 addition & 1 deletion 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.2.0.1',
version : '2.2.0',
meson_version : '>= 0.37.0',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])
Expand Down

0 comments on commit a4d860b

Please sign in to comment.