hardware/intel/common/libva
Revisión | 7e62098ac9851fde3b86d8c73f742c0d7685e056 (tree) |
---|---|
Tiempo | 2009-09-10 12:34:10 |
Autor | Austin Yuan <shengquan.yuan@inte...> |
Commiter | Austin Yuan |
Merge branch 'master-fd.o'
@@ -47,13 +47,6 @@ | ||
47 | 47 | #define VA_MICRO_VERSION (@LIBVA_MICRO_VERSION@) |
48 | 48 | |
49 | 49 | /** |
50 | - * VA_SDS_VERSION: | |
51 | - * | |
52 | - * The version of the SDS API extensions to the VA library | |
53 | - */ | |
54 | -#define VA_SDS_VERSION (@LIBVA_SDS_VERSION@) | |
55 | - | |
56 | -/** | |
57 | 50 | * VA_VERSION: |
58 | 51 | * |
59 | 52 | * The full version of the VA library, like 1.2.3 |
@@ -66,7 +59,7 @@ | ||
66 | 59 | * The full version of the VA library, in string form (suited for |
67 | 60 | * string concatenation) |
68 | 61 | */ |
69 | -#define VA_VERSION_S "@LIBVA_VERSION@-sds@LIBVA_SDS_VERSION@" | |
62 | +#define VA_VERSION_S "@LIBVA_VERSION@" | |
70 | 63 | |
71 | 64 | /** |
72 | 65 | * VA_VERSION_HEX: |