diff options
author | Austin Yuan <shengquan.yuan@intel.com> | 2009-09-10 11:34:10 +0800 |
---|---|---|
committer | Austin Yuan <shengquan.yuan@intel.com> | 2009-09-10 11:34:10 +0800 |
commit | 7e62098ac9851fde3b86d8c73f742c0d7685e056 (patch) | |
tree | 72bfc7c1739548e41cbee87daee1423474dbdcde /src | |
parent | c8c91f4321ddc740eb6c8e944588bf89c132106e (diff) | |
parent | 69d39f0b6d3a76f7da891db8e78d158cf2ade949 (diff) | |
download | libva-7e62098ac9851fde3b86d8c73f742c0d7685e056.tar.gz |
Merge branch 'master-fd.o'ww43.5-videoww37.4-video20091118_Alpha2.520091112_Alpha220091109_Alpha1
Diffstat (limited to 'src')
-rw-r--r-- | src/va_version.h.in | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/va_version.h.in b/src/va_version.h.in index 197c482..c9ea97a 100644 --- a/src/va_version.h.in +++ b/src/va_version.h.in @@ -47,13 +47,6 @@ #define VA_MICRO_VERSION (@LIBVA_MICRO_VERSION@) /** - * VA_SDS_VERSION: - * - * The version of the SDS API extensions to the VA library - */ -#define VA_SDS_VERSION (@LIBVA_SDS_VERSION@) - -/** * VA_VERSION: * * The full version of the VA library, like 1.2.3 @@ -66,7 +59,7 @@ * The full version of the VA library, in string form (suited for * string concatenation) */ -#define VA_VERSION_S "@LIBVA_VERSION@-sds@LIBVA_SDS_VERSION@" +#define VA_VERSION_S "@LIBVA_VERSION@" /** * VA_VERSION_HEX: |