- remove reference to Opus codec in linked libraries; now it has to be linked from main project

This commit is contained in:
Dmytro Bogovych 2018-10-21 21:59:27 +03:00
parent 905d8269dc
commit 4ad3be90b9
1 changed files with 2 additions and 2 deletions

View File

@ -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