可以自定义选择编译某特性

This commit is contained in:
xiongziliang
2019-04-04 11:30:57 +08:00
parent 8169e57d1a
commit 87afd61616
7 changed files with 62 additions and 177 deletions

View File

@@ -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)