1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 20:01:56 +00:00

Refactor code, include without path

This commit is contained in:
winlin 2020-01-23 14:33:11 +08:00
parent f143757429
commit a7b8695cb0

View file

@ -37,8 +37,8 @@
#include <srs_app_conn.hpp>
#include <srs_service_st.hpp>
#ifdef SRS_AUTO_SRT
#include "../srt/srt_server.hpp"
#include "../srt/srt_to_rtmp.hpp"
#include <srt_server.hpp>
#include <srt_to_rtmp.hpp>
#endif
class SrsServer;
@ -214,7 +214,7 @@ private:
SrsIngester* ingester;
SrsCoroutineManager* conn_manager;
#ifdef SRS_AUTO_SRT
//srt server
// srt server
SRT_SERVER_PTR srt_ptr;
#endif
private: