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