Commit 2e3fabab authored by Waldo Bastian's avatar Waldo Bastian

Bump version to 0.20

parent b9c28193
......@@ -862,7 +862,7 @@ VAStatus dummy_Terminate( VADriverContextP ctx )
return VA_STATUS_SUCCESS;
}
VAStatus __vaDriverInit_0_18( VADriverContextP ctx )
VAStatus __vaDriverInit_0_20( VADriverContextP ctx )
{
object_base_p obj;
int result;
......@@ -870,7 +870,7 @@ VAStatus __vaDriverInit_0_18( VADriverContextP ctx )
int i;
ctx->version_major = 0;
ctx->version_minor = 18;
ctx->version_minor = 20;
ctx->max_profiles = DUMMY_MAX_PROFILES;
ctx->max_entrypoints = DUMMY_MAX_ENTRYPOINTS;
ctx->max_attributes = DUMMY_MAX_CONFIG_ATTRIBUTES;
......
......@@ -16,7 +16,7 @@
#define DEFAULT_DRIVER_DIR "/usr/X11R6/lib/modules/dri"
#define DRIVER_EXTENSION "_drv_video.so"
#define DRIVER_INIT_FUNC "__vaDriverInit_0_19"
#define DRIVER_INIT_FUNC "__vaDriverInit_0_20"
#define CTX(dpy) ((VADriverContextP) dpy );
#define ASSERT_CONTEXT(dpy) assert( vaDbgContextIsValid(dpy) )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment