compat: add compatibility glue with VA-API 0.34+ (WIP).

This commit is contained in:
Gwenole Beauchesne 2012-03-23 17:13:58 +01:00
parent 7277f0e220
commit 3b67533d3d

View file

@ -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 <va/va_compat.h>
#endif
#endif /* GST_VAAPI_COMPAT_H */