Fix macOS compile error by rename version.h -> ZLMVersion.h (#3411 #3410)

This commit is contained in:
Jacob Su
2024-03-24 17:18:18 +08:00
committed by GitHub
parent 7aaafa18e7
commit 208f57e2cd
5 changed files with 7 additions and 7 deletions

View File

@@ -14,7 +14,7 @@
using namespace toolkit;
#if defined(ENABLE_VERSION)
#include "version.h"
#include "ZLMVersion.h"
#endif
extern "C" {
@@ -44,4 +44,4 @@ const char kServerName[] = "ZLMediaKit-8.0(build in " __DATE__ " " __TIME__ ")"
const char kServerName[] = "ZLMediaKit(git hash:" COMMIT_HASH "/" COMMIT_TIME ",branch:" BRANCH_NAME ",build time:" BUILD_TIME ")";
#endif
}//namespace mediakit
}//namespace mediakit