Fix build with VA-API 0.32.0.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Mon, 8 Oct 2012 08:04:03 +0000 (10:04 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Mon, 8 Oct 2012 08:09:59 +0000 (10:09 +0200)
commit4178cd1cece5a7b2b7efe32318f6fa168a1f8bcd
treec69f7e554dc0252e8687350583018aaabc8f6516
parentdc4d4005d0f3de59b7218506cf5b20bcef61323f
Fix build with VA-API 0.32.0.

Add new <va/va_backend_compat.h> glue file with various utility functions
and definitions to help building the driver against a previous version of
libva (1.0.x for VA-API 0.32.x in particular).

Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
src/Makefile.am
src/i965_drv_video.c
src/i965_output_dri.c
src/i965_render.c
src/intel_driver.c
src/intel_driver.h
src/va_backend_compat.h [new file with mode: 0644]