update media-server (#2075)

* fix c2065 and c2051 error on windows, and the head file mpeg-ts-proto.h is also deprecated

* update media-server to 357ef88
This commit is contained in:
Aven
2022-11-09 17:44:38 +08:00
committed by GitHub
parent 25a9e51b00
commit af554bc376
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@
#include "Extension/Opus.h"
#if defined(ENABLE_RTPPROXY) || defined(ENABLE_HLS)
#include "mpeg-ts-proto.h"
#include "mpeg-ts.h"
#endif
using namespace toolkit;