WebRTC_AECM
WebRTC_AECM copied to clipboard
Mac fixes
Fixes to get the code running on a modern MacOS system (MacOS Ventura, M1 Pro). Changes were:
- CMakeLists.txt -> changed the name of the executable from
aecmtoaecm_runas it clashes with the name of theaecmdirectory - Changed an
sprintf()call tosnprintf()becausesprintfthrows a warning converted to error in clang - Implemented
nanotimer()for mac