提交 ed3aeba1 authored 作者: Mike Jerris's avatar Mike Jerris

FS-9581: [windows] don't define symbols before pch include

上级 f54f33d6
......@@ -30,13 +30,6 @@
* switch_rtp.c -- RTP
*
*/
//#define DEBUG_2833
//#define RTP_DEBUG_WRITE_DELTA
//#define DEBUG_MISSED_SEQ
//#define DEBUG_EXTRA
//#define DEBUG_RTCP
#define DEBUG_ESTIMATORS_
#include <switch.h>
#ifndef _MSC_VER
#include <switch_private.h>
......@@ -58,6 +51,13 @@
#include <switch_jitterbuffer.h>
#include <switch_estimators.h>
//#define DEBUG_2833
//#define RTP_DEBUG_WRITE_DELTA
//#define DEBUG_MISSED_SEQ
//#define DEBUG_EXTRA
//#define DEBUG_RTCP
#define DEBUG_ESTIMATORS_
#define JITTER_LEAD_FRAMES 10
#define READ_INC(rtp_session) switch_mutex_lock(rtp_session->read_mutex); rtp_session->reading++
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论