mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 10:40:05 +08:00
完成windows下编译
This commit is contained in:
parent
1300e11507
commit
030d8f6d53
@ -1 +1 @@
|
||||
Subproject commit 358b7bd3bf89564371fed48797ad396882f9d130
|
||||
Subproject commit 4325386be318889b7815cdd86a2e83f05a059c81
|
@ -168,7 +168,7 @@ if (NOT WIN32)
|
||||
list(REMOVE_ITEM ToolKit_src_list ${ToolKit_Root}/win32/getopt.c)
|
||||
else()
|
||||
#防止Windows.h包含Winsock.h
|
||||
add_definitions(-DWIN32_LEAN_AND_MEAN -DMP4V2_NO_STDINT_DEFS)
|
||||
add_definitions(-DWIN32_LEAN_AND_MEAN -DMP4V2_NO_STDINT_DEFS -DOS_WINDOWS)
|
||||
endif ()
|
||||
|
||||
#添加库
|
||||
|
Loading…
Reference in New Issue
Block a user