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:
parent
f143757429
commit
a7b8695cb0
1 changed files with 3 additions and 3 deletions
|
@ -37,8 +37,8 @@
|
||||||
#include <srs_app_conn.hpp>
|
#include <srs_app_conn.hpp>
|
||||||
#include <srs_service_st.hpp>
|
#include <srs_service_st.hpp>
|
||||||
#ifdef SRS_AUTO_SRT
|
#ifdef SRS_AUTO_SRT
|
||||||
#include "../srt/srt_server.hpp"
|
#include <srt_server.hpp>
|
||||||
#include "../srt/srt_to_rtmp.hpp"
|
#include <srt_to_rtmp.hpp>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
class SrsServer;
|
class SrsServer;
|
||||||
|
@ -214,7 +214,7 @@ private:
|
||||||
SrsIngester* ingester;
|
SrsIngester* ingester;
|
||||||
SrsCoroutineManager* conn_manager;
|
SrsCoroutineManager* conn_manager;
|
||||||
#ifdef SRS_AUTO_SRT
|
#ifdef SRS_AUTO_SRT
|
||||||
//srt server
|
// srt server
|
||||||
SRT_SERVER_PTR srt_ptr;
|
SRT_SERVER_PTR srt_ptr;
|
||||||
#endif
|
#endif
|
||||||
private:
|
private:
|
||||||
|
|
Loading…
Reference in a new issue