From 1300e11507b5345b82c41272957218b6d140423a Mon Sep 17 00:00:00 2001 From: xiongziliang <771730766@qq.com> Date: Fri, 6 Dec 2019 13:39:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84cmakelist?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index db0117e1..c72217d6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -147,8 +147,9 @@ if(ENABLE_MP4RECORD) endif(WIN32) endif() +#添加rtp库用于rtp转ps/ts if(ENABLE_RTPPROXY) - #添加rtp库用于rtp转ps/ts + message(STATUS "ENABLE_RTPPROXY defined") aux_source_directory(${MediaServer_Root}/librtp/include src_rtp) aux_source_directory(${MediaServer_Root}/librtp/source src_rtp) aux_source_directory(${MediaServer_Root}/librtp/payload src_rtp)