- more fixes & improvements for pcap2wav windows build

This commit is contained in:
2018-12-24 13:01:38 +02:00
parent 9126b106f5
commit 24e5a83d21
6 changed files with 35 additions and 4 deletions

View File

@@ -110,10 +110,10 @@ add_subdirectory(${rtphone_libs}/webrtc)
set(LIBS ice_stack jrtplib g729_codec gsm_codec
gsmhr_codec g722_codec srtp resiprocate helper_lib audio_lib webrtc speexdsp
uuid dl)
uuid)
if (CMAKE_SYSTEM MATCHES "Win*")
set (LIBS ${LIBS} ssleay32 libeay32 opus silk_float celt)
set (LIBS ${LIBS} opus )
else (CMAKE_SYSTEM MATCHES "Win*")
set (LIBS ${LIBS} dl opus uuid)
endif (CMAKE_SYSTEM MATCHES "Win*")