cisco / libsrtp

Library for SRTP (Secure Realtime Transport Protocol)
Other
1.21k stars 474 forks source link

Support apple silicon build #503

Closed pabuhler closed 3 years ago

pabuhler commented 4 years ago

Initial support for building for Apple Silicon with cmake. This uses only internal crypto, no openssl support yet.

The HAVE_X86 flag should probably be removed but requires a bit of config clean up first.