From 6bca1bc6def78de3977ccbc269d28fabae6d7ad0 Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne Date: Fri, 23 Mar 2012 17:13:58 +0100 Subject: compat: add compatibility glue with VA-API 0.34+ (WIP). --- gst-libs/gst/vaapi/gstvaapicompat.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gst-libs/gst/vaapi/gstvaapicompat.h b/gst-libs/gst/vaapi/gstvaapicompat.h index 756474aa..9b4da516 100644 --- a/gst-libs/gst/vaapi/gstvaapicompat.h +++ b/gst-libs/gst/vaapi/gstvaapicompat.h @@ -91,4 +91,9 @@ typedef struct _VASliceParameterBufferBase { #define vaAssociateSubpicture vaAssociateSubpicture2 #endif +/* Compatibility glue with VA-API 0.34 */ +#if VA_CHECK_VERSION(0,34,0) +# include +#endif + #endif /* GST_VAAPI_COMPAT_H */ -- cgit v1.2.1