mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
Fix build with older VA-API 0.29-sds.
This commit is contained in:
parent
643d35e87a
commit
ade43e8016
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue