Skip to content

Commit

Permalink
libva-utils 2.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: XinfengZhang <carl.zhang@intel.com>
  • Loading branch information
XinfengZhang committed Oct 1, 2018
1 parent e35ced3 commit b5a56ad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions NEWS
Expand Up @@ -2,9 +2,10 @@ libva-utils NEWS -- summary of changes. 2018-09-30
Copyright (C) 2009-2018 Intel Corporation

Version 2.3.0 - 30.Sep.2018
add HEVC encode sample code
Add sample code for avc decode streamout
Add VP8 sample encoder application (SVCT supported)
* Bump version to 2.3.0
* add HEVC encode sample code
* Add sample code for avc decode streamout
* Add VP8 sample encoder application (SVCT supported)

Version 2.2.0 - DD.Jul.2018
* Bump version to 2.2.0
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -31,7 +31,7 @@
m4_define([libva_utils_major_version], [2])
m4_define([libva_utils_minor_version], [3])
m4_define([libva_utils_micro_version], [0])
m4_define([libva_utils_pre_version], [1])
m4_define([libva_utils_pre_version], [0])

m4_define([libva_utils_version],
[libva_utils_major_version.libva_utils_minor_version.libva_utils_micro_version])
Expand Down
2 changes: 1 addition & 1 deletion meson.build
@@ -1,5 +1,5 @@
project('libva-utils', 'c', 'cpp',
version : '2.3.0.1',
version : '2.3.0',
default_options : [
'warning_level=2',
'c_std=gnu99',
Expand Down

0 comments on commit b5a56ad

Please sign in to comment.