summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGwenole Beauchesne <gbeauchesne@splitted-desktop.com>2011-01-27 10:04:03 +0100
committerAustin Yuan <shengquan.yuan@gmail.com>2011-02-09 11:28:29 +0800
commit6ece6492d0c896c1e1f06cc35c09c3ca0538a998 (patch)
tree44fd1c6b4e9b1f9c0c0216464a464c97f2caf6c0
parent96125a023a4e81cca7ea7d776e566a69b38f89f9 (diff)
downloadlibva-intel-driver-6ece6492d0c896c1e1f06cc35c09c3ca0538a998.tar.gz
Bump VA-API version to 0.32.0. Fix __vaDriverInit*() function name.1.0.9
-rw-r--r--i965_drv_video.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/i965_drv_video.c b/i965_drv_video.c
index e0470572..303e0909 100644
--- a/i965_drv_video.c
+++ b/i965_drv_video.c
@@ -27,6 +27,7 @@
*
*/
+#include "config.h"
#include <stdlib.h>
#include <string.h>
#include <assert.h>
@@ -1836,7 +1837,7 @@ i965_Terminate(VADriverContextP ctx)
}
VAStatus
-__vaDriverInit_0_31( VADriverContextP ctx )
+VA_DRIVER_INIT_FUNC( VADriverContextP ctx )
{
struct i965_driver_data *i965;
int result;