mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-25 03:02:22 +08:00
修复关闭HLS后,编译失败的问题
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user