- compatibility with pcap++

This commit is contained in:
2023-04-09 15:46:33 +03:00
parent f01c5040e1
commit 5182cb8379
5 changed files with 30 additions and 5 deletions

View File

@@ -50,7 +50,7 @@ if (USE_EVS_CODEC)
message("Media: EVS codec will be included.")
add_definitions (-DUSE_EVS_CODEC)
set (SOURCES ${SOURCES} MT_EvsCodec.cpp MT_EvsCodec.h)
set (LIBS_CODEC evs)
set (LIBS_CODEC evs_codec)
endif()
if (USE_OPUS_CODEC)