From ade43e801668c1b0f9f80c1ea9f12f6fdc86a7f9 Mon Sep 17 00:00:00 2001 From: gb Date: Mon, 14 Jun 2010 09:20:37 +0000 Subject: [PATCH] Fix build with older VA-API 0.29-sds. --- gst-libs/gst/vaapi/gstvaapicompat.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gst-libs/gst/vaapi/gstvaapicompat.h b/gst-libs/gst/vaapi/gstvaapicompat.h index 1ad47ef7d5..e17684fbd1 100644 --- a/gst-libs/gst/vaapi/gstvaapicompat.h +++ b/gst-libs/gst/vaapi/gstvaapicompat.h @@ -27,6 +27,9 @@ # include #else # include +# if !VA_CHECK_VERSION(0,30,4) +# include +# endif #endif #if USE_VAAPI_GLX