修复编译问题:#584

This commit is contained in:
xiongziliang
2020-11-21 22:32:01 +08:00
parent 751f42fe1e
commit 408a678ade
3 changed files with 8 additions and 2 deletions

View File

@@ -10,6 +10,8 @@
#include "RtpCache.h"
#if defined(ENABLE_RTPPROXY)
namespace mediakit{
RtpCache::RtpCache(onFlushed cb) {
@@ -31,3 +33,5 @@ void RtpCachePS::onRTP(Buffer::Ptr buffer) {
}
}//namespace mediakit
#endif//#if defined(ENABLE_RTPPROXY)