fix compile error for enable_webrtc is off
This commit is contained in:
parent
5a137f8b8e
commit
42c2963d00
|
|
@ -17,7 +17,10 @@
|
|||
|
||||
#include "Http/HttpClient.h"
|
||||
#include "Rtsp/RtspSession.h"
|
||||
|
||||
#ifdef ENABLE_WEBRTC
|
||||
#include "webrtc/WebRtcTransport.h"
|
||||
#endif
|
||||
|
||||
using namespace toolkit;
|
||||
using namespace mediakit;
|
||||
|
|
|
|||
Loading…
Reference in New Issue