move srt src like webrtc (#4471)

This commit is contained in:
mtdxc
2025-09-24 16:45:35 +08:00
committed by GitHub
parent 39a26359ef
commit a3eb07adfc
10 changed files with 3 additions and 19 deletions

View File

@@ -13,7 +13,7 @@
#include "Rtsp/RtspPusher.h"
#include "Rtmp/RtmpPusher.h"
#ifdef ENABLE_SRT
#include "Srt/SrtPusher.h"
#include "../srt/SrtPusher.h"
#endif // ENABLE_SRT
#ifdef ENABLE_WEBRTC
#include "../webrtc/WebRtcProxyPusher.h"