WebRTC_AECM icon indicating copy to clipboard operation
WebRTC_AECM copied to clipboard

Mac fixes

Open shenberg opened this issue 2 years ago • 0 comments

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 aecm to aecm_run as it clashes with the name of the aecm directory
  • Changed an sprintf() call to snprintf() because sprintf throws a warning converted to error in clang
  • Implemented nanotimer() for mac

shenberg avatar Jul 31 '23 14:07 shenberg