libva 0.1.4

Safe bindings over libva
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2022 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include <va/va.h>
#include <va/va_drm.h>
#include <va/va_drmcommon.h>

#if defined(INTEL_PROTECTED_CONTENT_HEADERS)
#include <va_protected_content.h>
#endif  // defined(INTEL_PROTECTED_CONTENT_HEADERS)