修复关闭某些功能后,编译失败的问题

This commit is contained in:
xiongziliang
2020-09-27 16:54:55 +08:00
parent 5cd8e8ae1c
commit bae52db6ba
4 changed files with 49 additions and 0 deletions

View File

@@ -59,7 +59,9 @@ private:
HlsRecorder::Ptr _hls;
MediaSinkInterface::Ptr _mp4;
TSMediaSourceMuxer::Ptr _ts;
#if defined(ENABLE_MP4)
FMP4MediaSourceMuxer::Ptr _fmp4;
#endif
std::weak_ptr<MediaSourceEvent> _listener;
};