summaryrefslogtreecommitdiff
path: root/dummy_drv_video
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 /dummy_drv_video
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 'dummy_drv_video')
-rw-r--r--dummy_drv_video/dummy_drv_video.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dummy_drv_video/dummy_drv_video.c b/dummy_drv_video/dummy_drv_video.c
index 6ba6ebd..1eb51a0 100644
--- a/dummy_drv_video/dummy_drv_video.c
+++ b/dummy_drv_video/dummy_drv_video.c
@@ -1218,8 +1218,8 @@ VAStatus __vaDriverInit_0_30( VADriverContextP ctx )
struct dummy_driver_data *driver_data;
int i;
- ctx->version_major = 0;
- ctx->version_minor = 29;
+ ctx->version_major = VA_MAJOR_VERSION;
+ ctx->version_minor = VA_MINOR_VERSION;
ctx->max_profiles = DUMMY_MAX_PROFILES;
ctx->max_entrypoints = DUMMY_MAX_ENTRYPOINTS;
ctx->max_attributes = DUMMY_MAX_CONFIG_ATTRIBUTES;