ENABLE_MEDIAFILE宏拆分为ENABLE_HLS和ENABLE_MP4V2

This commit is contained in:
xiongziliang
2017-05-02 17:07:02 +08:00
parent 810bb71e21
commit bf9b575569
21 changed files with 97 additions and 104 deletions

View File

@@ -1,5 +1,5 @@
#ifdef ENABLE_MEDIAFILE
#ifdef ENABLE_MP4V2
#include <netinet/in.h>
#include <sys/stat.h>
@@ -187,4 +187,4 @@ void Mp4Maker::closeFile() {
} /* namespace ZL */
#endif //ENABLE_MEDIAFILE
#endif //ENABLE_MP4V2