mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-02-16 02:30:52 +00:00
Enable Vulkan renderer on Windows ARM64 builds
This commit is contained in:
@@ -148,12 +148,8 @@ unix:if(!macx|disable-prebuilts) {
|
||||
}
|
||||
}
|
||||
win32 {
|
||||
LIBS += -llibssl -llibcrypto -lSDL2 -lSDL2_ttf -lavcodec -lavutil -lswscale -lopus -ldxgi -ld3d11
|
||||
CONFIG += ffmpeg
|
||||
contains(QT_ARCH, x86_64) {
|
||||
LIBS += -llibplacebo
|
||||
CONFIG += libplacebo
|
||||
}
|
||||
LIBS += -llibssl -llibcrypto -lSDL2 -lSDL2_ttf -lavcodec -lavutil -lswscale -lopus -ldxgi -ld3d11 -llibplacebo
|
||||
CONFIG += ffmpeg libplacebo
|
||||
}
|
||||
win32:!winrt {
|
||||
CONFIG += soundio discord-rpc
|
||||
|
||||
2
libs
2
libs
Submodule libs updated: f9b4803fdf...77f06dd92d
Reference in New Issue
Block a user