Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qffmpegsymbols-va-x11.cpp
Go to the documentation of this file.
1// Copyright (C) 2024 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#include <QtMultimedia/private/qsymbolsresolveutils_p.h>
5
6#include <va/va_x11.h>
7
8CHECK_VERSIONS("va-x11", VA_X11_NEEDED_SOVERSION, VA_MAJOR_VERSION + 1);
9
10BEGIN_INIT_FUNCS("va-x11", VA_X11_NEEDED_SOVERSION)
11INIT_FUNC(vaGetDisplay)
12END_INIT_FUNCS()
13
14DEFINE_FUNC(vaGetDisplay, 1);
CHECK_VERSIONS("va-drm", VA_DRM_NEEDED_SOVERSION, VA_MAJOR_VERSION+1)