OSDN Git Service

Bump VA-API version to 0.32.0. Fix __vaDriverInit*() function name.
[android-x86/hardware-intel-common-libva.git] / dummy_drv_video / dummy_drv_video.c
index 1a78b3f..4637147 100644 (file)
@@ -22,6 +22,7 @@
  * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
+#include "config.h"
 #include <va/va_backend.h>
 
 #include "dummy_drv_video.h"
@@ -1193,7 +1194,7 @@ VAStatus dummy_Terminate( VADriverContextP ctx )
     return VA_STATUS_SUCCESS;
 }
 
-VAStatus __vaDriverInit_0_31(  VADriverContextP ctx )
+VAStatus VA_DRIVER_INIT_FUNC(  VADriverContextP ctx )
 {
     object_base_p obj;
     int result;