- link Opus codec always

This commit is contained in:
2026-01-29 15:14:57 +03:00
parent bbf854a17a
commit 155c6fd691
6 changed files with 4 additions and 22 deletions

View File

@@ -10,7 +10,6 @@ set (E engine)
option (USE_AMR_CODEC "Use AMR codec. Requires libraries." ON)
option (USE_EVS_CODEC "Use EVS codec." ON)
option (USE_OPUS_CODEC "Use Opus codec." ON)
option (USE_MUSL "Build with MUSL library" OFF)
# PIC code by default
@@ -308,10 +307,6 @@ set (RTPHONE_SOURCES
${L}/ice/md5_impl.h
)
if (USE_OPUS_CODEC)
set (DEFINES ${DEFINES} -DUSE_OPUS_CODEC)
endif()
add_library (rtphone STATIC ${RTPHONE_SOURCES})
add_subdirectory(${L}/resiprocate)