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

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

@@ -11,6 +11,8 @@
#ifndef ZLMEDIAKIT_FMP4MEDIASOURCEMUXER_H
#define ZLMEDIAKIT_FMP4MEDIASOURCEMUXER_H
#if defined(ENABLE_MP4)
#include "FMP4MediaSource.h"
#include "Record/MP4Muxer.h"
@@ -82,4 +84,6 @@ private:
};
}//namespace mediakit
#endif// defined(ENABLE_MP4)
#endif //ZLMEDIAKIT_FMP4MEDIASOURCEMUXER_H