mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-11-10 05:34:17 +00:00
Enable media streaming mode for 802.11 WLAN interfaces on Windows
This commit is contained in:
parent
31c7d4e36f
commit
78203eb9be
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ win32 {
|
|||
LIBS += -L$$(DXSDK_DIR)/Lib/x64
|
||||
}
|
||||
|
||||
LIBS += ws2_32.lib winmm.lib dxva2.lib ole32.lib gdi32.lib user32.lib d3d9.lib dwmapi.lib dbghelp.lib qwave.lib
|
||||
LIBS += ws2_32.lib winmm.lib dxva2.lib ole32.lib gdi32.lib user32.lib d3d9.lib dwmapi.lib dbghelp.lib qwave.lib wlanapi.lib
|
||||
}
|
||||
macx {
|
||||
INCLUDEPATH += $$PWD/../libs/mac/include
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit f2c1d03d8e268375de00352a1228a5669b016b61
|
||||
Subproject commit 5ddd53e17f9cae24604d2fe5289ddfdde05862ca
|
Loading…
Reference in a new issue