mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-01 15:26:09 +00:00
Enable Vulkan renderer on Windows ARM64 builds
This commit is contained in:
parent
6d6cd6fc35
commit
416003248b
@ -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
|
||||||
|
2
libs
2
libs
@ -1 +1 @@
|
|||||||
Subproject commit f9b4803fdfcfe12cb94076702bdf1ae70a7a4545
|
Subproject commit 77f06dd92d960881c912fa8483ce2996cbdb9802
|
Loading…
x
Reference in New Issue
Block a user