From a92b02907d32910acf981522bb2cb486291a1731 Mon Sep 17 00:00:00 2001 From: wxf Date: Sat, 26 Jun 2021 16:55:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=93=BE=E6=8E=A5=E9=A1=BA?= =?UTF-8?q?=E5=BA=8F,=20=E4=BF=AE=E6=AD=A3=E7=BC=96=E8=AF=91=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit webrtc 依赖于 zlmediakit --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b3a53a41..a3aa727b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -241,7 +241,7 @@ if (ENABLE_WEBRTC) include_directories(./webrtc) file(GLOB SRC_WEBRTC_LIST ./webrtc/*.cpp ./webrtc/*.h ./webrtc/*.hpp) add_library(webrtc ${SRC_WEBRTC_LIST}) - list(APPEND LINK_LIB_LIST webrtc) + list(PREPEND LINK_LIB_LIST webrtc) else () message(WARNING "srtp未找到, webrtc相关功能打开失败") endif ()