From: Jeff Lenk Date: Fri, 9 Sep 2011 21:08:47 +0000 (-0500) Subject: fix trivial build error on windows X-Git-Tag: v1.2-rc1~51^2~124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef2f87deb244e488b5074a81e5cf9dd4a42f7e50;p=thirdparty%2Ffreeswitch.git fix trivial build error on windows --- 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;