Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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)
13
14DEFINE_FUNC(vaGetDisplay, 1);
#define BEGIN_INIT_FUNCS(...)
#define DEFINE_FUNC(F, ArgsCount,...)
#define END_INIT_FUNCS()
#define INIT_FUNC(F)
#define CHECK_VERSIONS(Name, NeededSoversion, DetectedVersion)