View | Details | Raw Unified | Return to bug 210533
Collapse All | Expand All

(-)libvncclient/h264.c (+4 lines)
Lines 20-25 Link Here
20
#ifdef LIBVNCSERVER_CONFIG_LIBVA
20
#ifdef LIBVNCSERVER_CONFIG_LIBVA
21
21
22
#include <X11/Xlib.h>
22
#include <X11/Xlib.h>
23
#include <va/va_version.h>
24
#if VA_CHECK_VERSION(0,39,2)
25
#include <va/va_compat.h>
26
#endif
23
#include <va/va_x11.h>
27
#include <va/va_x11.h>
24
28
25
enum _slice_types {
29
enum _slice_types {

Return to bug 210533