From ef2f87deb244e488b5074a81e5cf9dd4a42f7e50 Mon Sep 17 00:00:00 2001 From: Jeff Lenk Date: Fri, 9 Sep 2011 16:08:47 -0500 Subject: [PATCH] fix trivial build error on windows --- src/switch_rtp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/switch_rtp.c b/src/switch_rtp.c index 6d6c59b84b..24e8c3346d 100644 --- a/src/switch_rtp.c +++ b/src/switch_rtp.c @@ -34,8 +34,6 @@ //#define RTP_DEBUG_WRITE_DELTA //#define DEBUG_MISSED_SEQ -#define RTP_TS_RESET 1 - #include #include #undef PACKAGE_NAME @@ -62,6 +60,7 @@ #define MASTER_KEY_LEN 30 #define RTP_MAGIC_NUMBER 42 #define MAX_SRTP_ERRS 10 +#define RTP_TS_RESET 1 static switch_port_t START_PORT = RTP_START_PORT; static switch_port_t END_PORT = RTP_END_PORT;