mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-07 04:08:13 +08:00
修复在win32上编译问题
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
#include <unordered_set>
|
||||
#include <unordered_map>
|
||||
#include "Common/config.h"
|
||||
#include "Rtsp.h"
|
||||
#include "RtspMediaSource.h"
|
||||
#include "Util/mini.h"
|
||||
#include "Network/Socket.h"
|
||||
@@ -74,7 +75,7 @@ public:
|
||||
virtual ~RtpBroadCaster();
|
||||
static Ptr get(const string &strLocalIp,const string &strVhost,const string &strApp,const string &strStream);
|
||||
void setDetachCB(void *listener,const onDetach &cb);
|
||||
uint16_t getPort(int trackType);
|
||||
uint16_t getPort(TrackType trackType);
|
||||
string getIP();
|
||||
private:
|
||||
static recursive_mutex g_mtx;
|
||||
|
||||
Reference in New Issue
Block a user