Skip to content

Commit

Permalink
完成windows下编译
Browse files Browse the repository at this point in the history
  • Loading branch information
xia-chu committed Dec 6, 2019
1 parent 1300e11 commit 030d8f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 3rdpart/media-server
Submodule media-server updated from 358b7b to 432538
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 ()

#添加库
Expand Down

0 comments on commit 030d8f6

Please sign in to comment.