Hi all
There is an error when compile FreeSWITCH from git on FreeBSD with configure --enable-zrtp
It is possible, if you manually #define ZRTP_PLATFORM ZP_BSD in zrtp_config_user.h
The question is would anybody clarify where is in the code defining OS?
There is an error when compile FreeSWITCH from git on FreeBSD with configure --enable-zrtp
Code:
freeswitch-src/libs/libzrtp/include/zrtp_config.h:54:6: error: #error "Libzrtp can't detect software platform: use manual setup in zrtp_config_user.h"
It is possible, if you manually #define ZRTP_PLATFORM ZP_BSD in zrtp_config_user.h
The question is would anybody clarify where is in the code defining OS?