- decouple the Sevana libraries; some improvements for statistics
This commit is contained in:
@@ -91,6 +91,8 @@ set(JRTPLIB_SOURCES
|
||||
rtpexternaltransmitter.cpp)
|
||||
|
||||
add_library(jrtplib STATIC ${JRTPLIB_SOURCES})
|
||||
target_include_directories(jrtplib PUBLIC .)
|
||||
|
||||
set_property(TARGET jrtplib PROPERTY
|
||||
MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ set (SPEEXDSP_SOURCES
|
||||
)
|
||||
|
||||
add_library(speexdsp ${SPEEXDSP_SOURCES})
|
||||
target_compile_definitions(speexdsp PUBLIC -DUSE_KISS_FFT -DFIXED_POINT -DHAVE_STDINT_H)
|
||||
target_compile_definitions(speexdsp PUBLIC -DUSE_KISS_FFT -DFLOATING_POINT -DHAVE_STDINT_H)
|
||||
|
||||
target_include_directories(speexdsp PUBLIC
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/libspeexdsp
|
||||
|
||||
Reference in New Issue
Block a user