From 69d39f0b6d3a76f7da891db8e78d158cf2ade949 Mon Sep 17 00:00:00 2001 From: Austin Date: Thu, 10 Sep 2009 11:13:53 +0800 Subject: Removes references to SDS versioning in libva master. (from Gwenole) Signed-off-by: Austin --- src/va_version.h.in | 9 +-------- 1 file changed, 1 insertion(+), 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 @@ -46,13 +46,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: * @@ -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: -- cgit v1.2.1