Fix build with older VA-API 0.29-sds.

This commit is contained in:
gb 2010-06-14 09:20:37 +00:00 committed by Gwenole Beauchesne
parent 643d35e87a
commit ade43e8016

View file

@ -27,6 +27,9 @@
# include <va_x11.h>
#else
# include <va/va.h>
# if !VA_CHECK_VERSION(0,30,4)
# include <va/va_x11.h>
# endif
#endif
#if USE_VAAPI_GLX