mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
修复编译问题
This commit is contained in:
parent
491ed6f83d
commit
2b511a05cc
@ -70,8 +70,10 @@ API_EXPORT void API_CALL mk_stop_all_server(){
|
|||||||
CLEAR_ARR(rtsp_server);
|
CLEAR_ARR(rtsp_server);
|
||||||
CLEAR_ARR(rtmp_server);
|
CLEAR_ARR(rtmp_server);
|
||||||
CLEAR_ARR(http_server);
|
CLEAR_ARR(http_server);
|
||||||
|
#ifdef ENABLE_RTPPROXY
|
||||||
udpRtpServer = nullptr;
|
udpRtpServer = nullptr;
|
||||||
tcpRtpServer = nullptr;
|
tcpRtpServer = nullptr;
|
||||||
|
#endif
|
||||||
stopAllTcpServer();
|
stopAllTcpServer();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user