From 4ad3be90b9059d10fb22fcf47944c1d8eb37ab9a Mon Sep 17 00:00:00 2001 From: Dmytro Bogovych Date: Sun, 21 Oct 2018 21:59:27 +0300 Subject: [PATCH] - remove reference to Opus codec in linked libraries; now it has to be linked from main project --- src/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b7b9dc44..106ee9aa 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -107,7 +107,7 @@ set(LIBS ice_stack jrtplib g729_codec gsm_codec if (CMAKE_SYSTEM MATCHES "Win*") set (LIBS ${LIBS} ssleay32 libeay32 opus silk_float celt) else (CMAKE_SYSTEM MATCHES "Win*") - set (LIBS ${LIBS} ssl crypto dl opus) + set (LIBS ${LIBS} ssl crypto dl) endif (CMAKE_SYSTEM MATCHES "Win*") if (USE_AMR_CODEC) @@ -117,7 +117,7 @@ endif (USE_AMR_CODEC) target_link_libraries(rtphone ice_stack jrtplib g729_codec gsm_codec gsmhr_codec g722_codec srtp resiprocate helper_lib audio_lib webrtc speexdsp - opus uuid ${LIBS}) + uuid ${LIBS}) target_include_directories(rtphone