Commit Graph

3 Commits

Author SHA1 Message Date
Aaro Altonen 9328b9dd1c Use platform-generic socket API with ZRTP 2020-10-06 07:15:45 +03:00
Aaro Altonen 7b50e99aa0 Update project files
Add all new source and header files to Visual Studio, CMake and
QtCreator project files.

Rename rtcp/runner.cc and zrtp/receiver.cc files because they
caused linking problems with QtCreator
2020-09-16 10:56:57 +03:00
Aaro Altonen 29fb88d2ed Proctect CryptoPP calls with __RTP_CRYPTO__
Add __RTP_CRYPTO__ around CryptoPP code and remove from all other
places. This should provide a cleaner way of compiling and linking
to the library.

Not sure if I'm totally happy with this solution either but it's
a step to a better direction at least.
2020-09-04 11:37:06 +03:00