]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix trivial build error on windows
authorJeff Lenk <jeff@jefflenk.com>
Fri, 9 Sep 2011 21:08:47 +0000 (16:08 -0500)
committerJeff Lenk <jeff@jefflenk.com>
Fri, 9 Sep 2011 21:08:47 +0000 (16:08 -0500)
src/switch_rtp.c

index 6d6c59b84bb0d2bc87ca3eb81c1d23bd2b9a265b..24e8c3346dade3987f535ca197957c461c5e88d7 100644 (file)
@@ -34,8 +34,6 @@
 //#define RTP_DEBUG_WRITE_DELTA
 //#define DEBUG_MISSED_SEQ
 
-#define RTP_TS_RESET 1
-
 #include <switch.h>
 #include <switch_stun.h>
 #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;