mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-13 11:41:44 +08:00
可以自定义选择编译某特性
This commit is contained in:
@@ -25,8 +25,9 @@
|
||||
*/
|
||||
|
||||
#include "TsMuxer.h"
|
||||
#include <assert.h>
|
||||
#if defined(ENABLE_HLS)
|
||||
#include "mpeg-ts-proto.h"
|
||||
#include "mpeg-ts.h"
|
||||
|
||||
namespace mediakit {
|
||||
|
||||
@@ -121,4 +122,6 @@ void TsMuxer::uninit() {
|
||||
_codecid_to_stream_id.clear();
|
||||
}
|
||||
|
||||
}//namespace mediakit
|
||||
}//namespace mediakit
|
||||
|
||||
#endif// defined(ENABLE_HLS)
|
||||
Reference in New Issue
Block a user