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

This commit is contained in:
Aven 2022-11-07 10:34:58 +08:00
parent c8d95617a0
commit e7d7a022dd
1 changed files with 1 additions and 1 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;