mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-24 01:42:22 +08:00
ENABLE_MEDIAFILE宏拆分为ENABLE_HLS和ENABLE_MP4V2
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#ifndef MP4MAKER_H_
|
||||
#define MP4MAKER_H_
|
||||
|
||||
#ifdef ENABLE_MEDIAFILE
|
||||
#ifdef ENABLE_MP4V2
|
||||
|
||||
#include <mutex>
|
||||
#include <memory>
|
||||
@@ -77,6 +77,6 @@ private:
|
||||
} /* namespace MediaFile */
|
||||
} /* namespace ZL */
|
||||
|
||||
#endif ///ENABLE_MEDIAFILE
|
||||
#endif ///ENABLE_MP4V2
|
||||
|
||||
#endif /* MP4MAKER_H_ */
|
||||
|
||||
Reference in New Issue
Block a user