Skip to content

Commit

Permalink
libva 1.8.1.pre1
Browse files Browse the repository at this point in the history
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
  • Loading branch information
xhaihao committed Apr 6, 2017
1 parent d7af26a commit 27e9022
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion NEWS
@@ -1,6 +1,9 @@
libva NEWS -- summary of user visible changes. 2017-03-31
libva NEWS -- summary of user visible changes. 2017-04-xx
Copyright (C) 2009-2017 Intel Corporation

Version 1.8.1 - DD.Apr.2017
* Bump libva to 1.8.1

Version 1.8.0 - 31.March.2017
* Bump VA API version to 0.40
* API: Change vaRenderPicture semantics that vaRenderPicture no longer deletes the passed buffer automatically.
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Expand Up @@ -42,8 +42,8 @@ m4_define([va_api_version],
# - reset micro version to zero when VA-API major or minor version is changed
m4_define([libva_major_version], [m4_eval(va_api_major_version + 1)])
m4_define([libva_minor_version], [m4_eval(va_api_minor_version - 32)])
m4_define([libva_micro_version], [0])
m4_define([libva_pre_version], [0])
m4_define([libva_micro_version], [1])
m4_define([libva_pre_version], [1])

m4_define([libva_version],
[libva_major_version.libva_minor_version.libva_micro_version])
Expand Down

0 comments on commit 27e9022

Please sign in to comment.