mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 10:40:05 +08:00
新增win32可执行程序
This commit is contained in:
parent
98da1e3ea2
commit
4b65d9de95
@ -21,8 +21,8 @@ if (CMAKE_SYSTEM_NAME MATCHES "Linux")
|
||||
SET(LIBRARY_OUTPUT_PATH ${RELEASE_DIR}/linux/${BuildType})
|
||||
SET(EXECUTABLE_OUTPUT_PATH ${RELEASE_DIR}/linux/${BuildType})
|
||||
elseif (CMAKE_SYSTEM_NAME MATCHES "Windows")
|
||||
SET(LIBRARY_OUTPUT_PATH ${RELEASE_DIR}/windows)
|
||||
SET(EXECUTABLE_OUTPUT_PATH ${RELEASE_DIR}/windows)
|
||||
SET(LIBRARY_OUTPUT_PATH ${RELEASE_DIR}/windows/${BuildType})
|
||||
SET(EXECUTABLE_OUTPUT_PATH ${RELEASE_DIR}/windows/${BuildType})
|
||||
elseif (CMAKE_SYSTEM_NAME MATCHES "Darwin")
|
||||
SET(LIBRARY_OUTPUT_PATH ${RELEASE_DIR}/mac/${BuildType})
|
||||
SET(EXECUTABLE_OUTPUT_PATH ${RELEASE_DIR}/mac/${BuildType})
|
||||
@ -127,7 +127,7 @@ add_library(zltoolkit STATIC ${ToolKit_src_list})
|
||||
add_library(zlmediakit STATIC ${MediaKit_src_list})
|
||||
|
||||
|
||||
set(VS_FALGS "/wd4819 /wd4996 /wd4018 /wd4267 /wd4244 /wd4101 /wd4828 /wd4309 /wd4573 /utf-8" )
|
||||
set(VS_FALGS "/wd4819 /wd4996 /wd4018 /wd4267 /wd4244 /wd4101 /wd4828 /wd4309 /wd4573" )
|
||||
#libmpeg
|
||||
if(ENABLE_HLS)
|
||||
aux_source_directory(${MediaServer_Root}/libmpeg/include src_mpeg)
|
||||
|
BIN
release/windows/Release/MediaServer.exe
Normal file
BIN
release/windows/Release/MediaServer.exe
Normal file
Binary file not shown.
BIN
release/windows/Release/libcrypto-1_1.dll
Normal file
BIN
release/windows/Release/libcrypto-1_1.dll
Normal file
Binary file not shown.
BIN
release/windows/Release/libmysql.dll
Normal file
BIN
release/windows/Release/libmysql.dll
Normal file
Binary file not shown.
BIN
release/windows/Release/libssl-1_1.dll
Normal file
BIN
release/windows/Release/libssl-1_1.dll
Normal file
Binary file not shown.
BIN
release/windows/Release/ssl.p12
Normal file
BIN
release/windows/Release/ssl.p12
Normal file
Binary file not shown.
BIN
release/windows/Release/test_benchmark.exe
Normal file
BIN
release/windows/Release/test_benchmark.exe
Normal file
Binary file not shown.
BIN
release/windows/Release/test_httpApi.exe
Normal file
BIN
release/windows/Release/test_httpApi.exe
Normal file
Binary file not shown.
BIN
release/windows/Release/test_httpClient.exe
Normal file
BIN
release/windows/Release/test_httpClient.exe
Normal file
Binary file not shown.
BIN
release/windows/Release/test_pusher.exe
Normal file
BIN
release/windows/Release/test_pusher.exe
Normal file
Binary file not shown.
BIN
release/windows/Release/test_pusherMp4.exe
Normal file
BIN
release/windows/Release/test_pusherMp4.exe
Normal file
Binary file not shown.
BIN
release/windows/Release/test_server.exe
Normal file
BIN
release/windows/Release/test_server.exe
Normal file
Binary file not shown.
@ -31,6 +31,7 @@
|
||||
#include <vector>
|
||||
#include <unordered_map>
|
||||
#include <map>
|
||||
#include <stdexcept>
|
||||
enum AMFType {
|
||||
AMF_NUMBER,
|
||||
AMF_INTEGER,
|
||||
|
Loading…
Reference in New Issue
Block a user