mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Do not delayload speex.dll.
This commit is contained in:
parent
239b89c7fc
commit
ced3bf8d7c
@ -356,7 +356,7 @@ win32 {
|
||||
HEADERS *= GlobalShortcut_win.h Overlay_win.h TaskList.h
|
||||
SOURCES *= GlobalShortcut_win.cpp TextToSpeech_win.cpp Overlay_win.cpp SharedMemory_win.cpp Log_win.cpp os_win.cpp TaskList.cpp ../../overlay/HardHook.cpp ../../overlay/ods.cpp
|
||||
LIBS *= -ldxguid -ldinput8 -lsapi -lole32 -lws2_32 -ladvapi32 -lwintrust -ldbghelp -llibsndfile-1 -lshell32 -lshlwapi -luser32 -lgdi32 -lpsapi
|
||||
LIBS *= -ldelayimp -delayload:speex.dll -delayload:shell32.dll
|
||||
LIBS *= -ldelayimp -delayload:shell32.dll
|
||||
|
||||
equals(QMAKE_TARGET.arch, x86_64) {
|
||||
DEFINES += USE_MINHOOK
|
||||
|
||||
Loading…
Reference in New Issue
Block a user