mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
integrate in-tree libzrtp into the build system
Thanks to Ken Rice for working with me late into the night to get this done.
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@ static switch_mutex_t *port_lock = NULL;
|
||||
typedef srtp_hdr_t rtp_hdr_t;
|
||||
|
||||
#ifdef ENABLE_ZRTP
|
||||
#include <libzrtp/zrtp.h>
|
||||
#include "zrtp.h"
|
||||
static zrtp_global_t *zrtp_global;
|
||||
static zrtp_zid_t zid = { "FreeSWITCH01" };
|
||||
static int zrtp_on = 0;
|
||||
|
||||
Reference in New Issue
Block a user