Implement a Wayland Vsync source using frame callbacks
This commit is contained in:
parent
394f28339e
commit
e3d51fd7f7
4 changed files with 150 additions and 12 deletions
|
|
@ -103,7 +103,7 @@ unix:!macx {
|
|||
}
|
||||
|
||||
packagesExist(wayland-client) {
|
||||
DEFINES += HAS_WAYLAND
|
||||
CONFIG += wayland
|
||||
PKGCONFIG += wayland-client
|
||||
}
|
||||
|
||||
|
|
@ -348,6 +348,13 @@ embedded {
|
|||
|
||||
DEFINES += EMBEDDED_BUILD
|
||||
}
|
||||
wayland {
|
||||
message(Wayland extensions enabled)
|
||||
|
||||
DEFINES += HAS_WAYLAND
|
||||
SOURCES += streaming/video/ffmpeg-renderers/pacer/waylandvsyncsource.cpp
|
||||
HEADERS += streaming/video/ffmpeg-renderers/pacer/waylandvsyncsource.h
|
||||
}
|
||||
|
||||
RESOURCES += \
|
||||
resources.qrc \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue