diff options
author | Austin <austin@austin-desktop.(none)> | 2009-09-10 11:13:53 +0800 |
---|---|---|
committer | Austin <austin@austin-desktop.(none)> | 2009-09-10 11:13:53 +0800 |
commit | 69d39f0b6d3a76f7da891db8e78d158cf2ade949 (patch) | |
tree | 70784143b4b3ade13976d27ba36b4e7aeb470892 /src | |
parent | 166558b66ef13e752127c28787d4c798709b5804 (diff) | |
download | libva-69d39f0b6d3a76f7da891db8e78d158cf2ade949.tar.gz |
Removes references to SDS versioning in libva master. (from Gwenole)
Signed-off-by: Austin <austin@austin-desktop.(none)>
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: |