mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-15 20:45:57 +08:00
修复编译问题:#584
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user