va_stub_header.fragment 282 B

1234567891011121314
  1. // The extra include header needed in the generated stub file for defining
  2. // various libva types.
  3. #include "media/gpu/buildflags.h"
  4. extern "C" {
  5. #include <va/va_drm.h>
  6. #include <va/va.h>
  7. #if BUILDFLAG(USE_VAAPI_X11)
  8. #include <va/va_x11.h>
  9. #endif // BUILDFLAG(USE_VAAPI_X11)
  10. }