summaryrefslogtreecommitdiff
path: root/src/va.c
diff options
context:
space:
mode:
authorGwenole Beauchesne <gbeauchesne@splitted-desktop.com>2009-07-08 07:55:42 +0000
committerAustin Yuan <shengquan.yuan@intel.com>2009-08-14 22:20:29 +0800
commit3e118290c1055891339fd7b0591f0e9f47c839d5 (patch)
treed0eec6cbceae70f95337669ca56a2f57c8454638 /src/va.c
parent65654a4003374c1eb6b0c2611d02634d67bd5c17 (diff)
downloadlibva-3e118290c1055891339fd7b0591f0e9f47c839d5.tar.gz
Add <va_version.h> for versioning helpers.
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
Diffstat (limited to 'src/va.c')
-rw-r--r--src/va.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/va.c b/src/va.c
index cbba8f8..d7afedc 100644
--- a/src/va.c
+++ b/src/va.c
@@ -26,8 +26,6 @@
#include "va.h"
#include "va_backend.h"
-#include "va_version.h"
-
#include <assert.h>
#include <stdarg.h>
#include <stdio.h>
@@ -41,10 +39,6 @@
#include "va_dricommon.h"
-#define VA_STR_VERSION VA_BUILD_DATE VA_BUILD_GIT
-
-#define VA_MAJOR_VERSION 0
-#define VA_MINOR_VERSION 30
#define DRIVER_INIT_FUNC "__vaDriverInit_0_30"
#define DRIVER_EXTENSION "_drv_video.so"
@@ -334,7 +328,7 @@ VAStatus vaInitialize (
va_debug_trace = (getenv("LIBVA_DEBUG_TRACE") != NULL);
- va_infoMessage("libva build on %s\n", VA_STR_VERSION);
+ va_infoMessage("libva version %s\n", VA_VERSION_S);
vaStatus = va_getDriverName(dpy, &driver_name);
va_infoMessage("va_getDriverName() returns %d\n", vaStatus);