修复编译问题

This commit is contained in:
xiongziliang 2020-01-14 11:21:21 +08:00
parent 491ed6f83d
commit 2b511a05cc

View File

@ -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();
} }