Commit ded38fc3 by ziyue
parents 48d82daa e1be491d
...@@ -241,7 +241,7 @@ if (ENABLE_WEBRTC) ...@@ -241,7 +241,7 @@ if (ENABLE_WEBRTC)
include_directories(./webrtc) include_directories(./webrtc)
file(GLOB SRC_WEBRTC_LIST ./webrtc/*.cpp ./webrtc/*.h ./webrtc/*.hpp) file(GLOB SRC_WEBRTC_LIST ./webrtc/*.cpp ./webrtc/*.h ./webrtc/*.hpp)
add_library(webrtc ${SRC_WEBRTC_LIST}) add_library(webrtc ${SRC_WEBRTC_LIST})
list(PREPEND LINK_LIB_LIST webrtc) list(APPEND LINK_LIB_LIST webrtc)
else () else ()
message(WARNING "srtp未找到, webrtc相关功能打开失败") message(WARNING "srtp未找到, webrtc相关功能打开失败")
endif () endif ()
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论