mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-25 04:08:57 +08:00
修复webrtc打开失败时的编译问题
This commit is contained in:
parent
cdb71d2018
commit
27aaf31014
@ -306,6 +306,7 @@ if (ENABLE_WEBRTC)
|
||||
list(APPEND LINK_LIB_LIST webrtc)
|
||||
message(STATUS "webrtc功能已开启")
|
||||
else ()
|
||||
set(ENABLE_WEBRTC off)
|
||||
message(WARNING "srtp未找到, webrtc相关功能打开失败")
|
||||
endif ()
|
||||
endif ()
|
||||
|
Loading…
Reference in New Issue
Block a user