- more changes for EVS decoder

This commit is contained in:
2020-06-27 15:40:08 +03:00
parent 345853f941
commit cb037b5ae0
7 changed files with 139 additions and 20 deletions

View File

@@ -167,13 +167,13 @@ set (LIBS ice_stack jrtplib g729_codec gsm_codec
uuid)
if (CMAKE_SYSTEM MATCHES "Win*")
set (LIBS ${LIBS} opus )
set (LIBS ${LIBS} )
else ()
set (LIBS ${LIBS} dl opus uuid)
set (LIBS ${LIBS} dl uuid)
endif ()
if (USE_AMR_CODEC)
set (LIBS ${LIBS} opencore-amrnb opencore-amrwb)
set (LIBS ${LIBS})
endif (USE_AMR_CODEC)
if (USE_EVS_CODEC)
@@ -187,7 +187,7 @@ target_link_libraries(rtphone
audio_lib
webrtc
speexdsp
opus
# opus
uuid
${OPENSSL_SSL}
${OPENSSL_CRYPTO}