diff options
author | Xiang, Haihao <haihao.xiang@intel.com> | 2015-03-20 11:06:07 +0800 |
---|---|---|
committer | Xiang, Haihao <haihao.xiang@intel.com> | 2015-03-20 11:06:07 +0800 |
commit | 6411949383be62a648c567230509b53768f5fe69 (patch) | |
tree | 4a6f890502e4023cddfd7eccf71186daae4130f6 | |
parent | 05a1e4bc98ce02d2d87f0cabea7d575183639dd7 (diff) |
libva 1.5.1libva-1.5.1
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ -libva NEWS -- summary of user visible changes. 2015-03-xx -Copyright (C) 2009-2014 Intel Corporation +libva NEWS -- summary of user visible changes. 2015-03-20 +Copyright (C) 2009-2015 Intel Corporation -Version 1.5.1 - DD.Mar.2015 +Version 1.5.1 - 20.Mar.2015 * API: correct the comment for num_token_partitions in struct _VAEncPictureParameterBufferVP8 * VA/x11: fix double Unlocks/SyncHandle to avoid segmentation fault diff --git a/configure.ac b/configure.ac index e37277d..16416b5 100644 --- a/configure.ac +++ b/configure.ac @@ -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 - 32)]) m4_define([libva_micro_version], [1]) -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]) |