summaryrefslogtreecommitdiffstats
path: root/libvncclient/h264.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvncclient/h264.c')
-rw-r--r--libvncclient/h264.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libvncclient/h264.c b/libvncclient/h264.c
index 1d94454..c63a713 100644
--- a/libvncclient/h264.c
+++ b/libvncclient/h264.c
@@ -20,6 +20,10 @@
#ifdef LIBVNCSERVER_CONFIG_LIBVA
#include <X11/Xlib.h>
+#include <va/va_version.h>
+#if VA_CHECK_VERSION(0,34,0)
+#include <va/va_compat.h>
+#endif
#include <va/va_x11.h>
enum _slice_types {
OpenPOWER on IntegriCloud