mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 22:23:31 +00:00
Enable libplacebo Vulkan renderer on x64 Windows builds
This commit is contained in:
@@ -150,6 +150,10 @@ unix:if(!macx|disable-prebuilts) {
|
|||||||
win32 {
|
win32 {
|
||||||
LIBS += -llibssl -llibcrypto -lSDL2 -lSDL2_ttf -lavcodec -lavutil -lopus -ldxgi -ld3d11
|
LIBS += -llibssl -llibcrypto -lSDL2 -lSDL2_ttf -lavcodec -lavutil -lopus -ldxgi -ld3d11
|
||||||
CONFIG += ffmpeg
|
CONFIG += ffmpeg
|
||||||
|
contains(QT_ARCH, x86_64) {
|
||||||
|
LIBS += -llibplacebo
|
||||||
|
CONFIG += libplacebo
|
||||||
|
}
|
||||||
}
|
}
|
||||||
win32:!winrt {
|
win32:!winrt {
|
||||||
CONFIG += soundio discord-rpc
|
CONFIG += soundio discord-rpc
|
||||||
|
|||||||
Reference in New Issue
Block a user