提交 ef2f87de authored 作者: Jeff Lenk's avatar Jeff Lenk

fix trivial build error on windows

上级 cb9abe02
...@@ -34,8 +34,6 @@ ...@@ -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 @@ ...@@ -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;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论