Commit 874c6180 authored by Xiang, Haihao's avatar Xiang, Haihao

Update VAAPI to 0.32

Signed-off-by: default avatarXiang, Haihao <haihao.xiang@intel.com>
parent daa6c567
......@@ -51,7 +51,7 @@
#define PACKAGE_NAME "libva"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "libva 0.31.1"
#define PACKAGE_STRING "libva 0.32.1"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "libva"
......@@ -60,13 +60,13 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
#define PACKAGE_VERSION "0.31.1"
#define PACKAGE_VERSION "0.32.1"
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Version number of package */
#define VERSION "0.31.1"
#define VERSION "0.32.1"
/* Number of bits in a file offset, on hosts where this is settable. */
#define _FILE_OFFSET_BITS 64
......
......@@ -22,7 +22,7 @@
# libva package version number, (as distinct from shared library version)
m4_define([libva_major_version], [0])
m4_define([libva_minor_version], [31])
m4_define([libva_minor_version], [32])
m4_define([libva_micro_version], [1])
m4_define([libva_version],
......
......@@ -37,7 +37,7 @@
*
* The minor version of the VA library (2, if %VA_VERSION is 1.2.3)
*/
#define VA_MINOR_VERSION (31)
#define VA_MINOR_VERSION (32)
/**
* VA_MICRO_VERSION:
......@@ -51,7 +51,7 @@
*
* The full version of the VA library, like 1.2.3
*/
#define VA_VERSION 0.31.1
#define VA_VERSION 0.32.1
/**
* VA_VERSION_S:
......@@ -59,7 +59,7 @@
* The full version of the VA library, in string form (suited for
* string concatenation)
*/
#define VA_VERSION_S "0.31.1"
#define VA_VERSION_S "0.32.1"
/**
* VA_VERSION_HEX:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment