修复关闭HLS后,编译失败的问题

This commit is contained in:
xiongziliang
2020-09-12 19:46:58 +08:00
parent be1e872f0c
commit 3b5053af50
6 changed files with 34 additions and 15 deletions

View File

@@ -8,8 +8,8 @@
* may be found in the AUTHORS file in the root of the source tree.
*/
#include "TsMuxer.h"
#if defined(ENABLE_HLS)
#include "TsMuxer.h"
#include "mpeg-ts-proto.h"
#include "mpeg-ts.h"
#include "Extension/H264.h"
@@ -183,5 +183,4 @@ void TsMuxer::uninit() {
}
}//namespace mediakit
#endif// defined(ENABLE_HLS)