- formatting and commenting fixes

This commit is contained in:
Dmytro Bogovych 2020-04-01 11:21:45 +03:00
parent e700d334e0
commit 8bea9f4455
2 changed files with 6 additions and 2 deletions

View File

@ -168,7 +168,11 @@ target_link_libraries(rtphone
ice_stack jrtplib g729_codec gsm_codec
gsmhr_codec g722_codec srtp resiprocate
helper_lib audio_lib webrtc speexdsp
opus uuid ${OPENSSL_SSL} ${OPENSSL_CRYPTO} ${LIBS})
opus
uuid
${OPENSSL_SSL}
${OPENSSL_CRYPTO}
${LIBS})
target_include_directories(rtphone

View File

@ -3,8 +3,8 @@
#include <string>
#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>
#endif
#if defined(TARGET_WIN)