Bump VA-API version to 0.32.0. Fix __vaDriverInit*() function name. 1.0.9
authorGwenole Beauchesne <gbeauchesne@splitted-desktop.com>
Thu, 27 Jan 2011 09:04:03 +0000 (10:04 +0100)
committerAustin Yuan <shengquan.yuan@gmail.com>
Wed, 9 Feb 2011 03:28:29 +0000 (11:28 +0800)
i965_drv_video.c

index e047057..303e090 100644 (file)
@@ -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;