fix trivial build error on windows
This commit is contained in:
parent
cb9abe0268
commit
ef2f87deb2
|
@ -34,8 +34,6 @@
|
||||||
//#define RTP_DEBUG_WRITE_DELTA
|
//#define RTP_DEBUG_WRITE_DELTA
|
||||||
//#define DEBUG_MISSED_SEQ
|
//#define DEBUG_MISSED_SEQ
|
||||||
|
|
||||||
#define RTP_TS_RESET 1
|
|
||||||
|
|
||||||
#include <switch.h>
|
#include <switch.h>
|
||||||
#include <switch_stun.h>
|
#include <switch_stun.h>
|
||||||
#undef PACKAGE_NAME
|
#undef PACKAGE_NAME
|
||||||
|
@ -62,6 +60,7 @@
|
||||||
#define MASTER_KEY_LEN 30
|
#define MASTER_KEY_LEN 30
|
||||||
#define RTP_MAGIC_NUMBER 42
|
#define RTP_MAGIC_NUMBER 42
|
||||||
#define MAX_SRTP_ERRS 10
|
#define MAX_SRTP_ERRS 10
|
||||||
|
#define RTP_TS_RESET 1
|
||||||
|
|
||||||
static switch_port_t START_PORT = RTP_START_PORT;
|
static switch_port_t START_PORT = RTP_START_PORT;
|
||||||
static switch_port_t END_PORT = RTP_END_PORT;
|
static switch_port_t END_PORT = RTP_END_PORT;
|
||||||
|
|
Loading…
Reference in New Issue