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:
Travis Cross
2012-04-05 04:10:55 +00:00
parent 9e25cc2c0f
commit 393b63b7bd
3 changed files with 13 additions and 9 deletions
+1 -1
View File
@@ -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;