diff --git a/gst-libs/gst/vaapi/gstvaapicompat.h b/gst-libs/gst/vaapi/gstvaapicompat.h index 756474aab3..9b4da516b8 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 */