- formatting and commenting fixes
This commit is contained in:
parent
e700d334e0
commit
8bea9f4455
|
|
@ -168,7 +168,11 @@ target_link_libraries(rtphone
|
||||||
ice_stack jrtplib g729_codec gsm_codec
|
ice_stack jrtplib g729_codec gsm_codec
|
||||||
gsmhr_codec g722_codec srtp resiprocate
|
gsmhr_codec g722_codec srtp resiprocate
|
||||||
helper_lib audio_lib webrtc speexdsp
|
helper_lib audio_lib webrtc speexdsp
|
||||||
opus uuid ${OPENSSL_SSL} ${OPENSSL_CRYPTO} ${LIBS})
|
opus
|
||||||
|
uuid
|
||||||
|
${OPENSSL_SSL}
|
||||||
|
${OPENSSL_CRYPTO}
|
||||||
|
${LIBS})
|
||||||
|
|
||||||
|
|
||||||
target_include_directories(rtphone
|
target_include_directories(rtphone
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,8 @@
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
|
|
||||||
#if (defined(TARGET_LINUX) || defined(TARGET_OSX)) && !defined(USE_NULL_UUID)
|
#if (defined(TARGET_LINUX) || defined(TARGET_OSX)) && !defined(USE_NULL_UUID)
|
||||||
|
// Please do not forget "sudo apt install uuid-dev" on Ubuntu
|
||||||
# include <uuid/uuid.h>
|
# include <uuid/uuid.h>
|
||||||
#endif
|
#endif
|
||||||
#if defined(TARGET_WIN)
|
#if defined(TARGET_WIN)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue