mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix bug of build script
This commit is contained in:
parent
23a1b29935
commit
90dee0924d
6 changed files with 96 additions and 4 deletions
|
@ -263,11 +263,15 @@ public:
|
|||
/**
|
||||
* create http api resource handler.
|
||||
*/
|
||||
#ifdef SRS_AUTO_HTTP_API
|
||||
static SrsHttpHandler* create_http_api();
|
||||
#endif
|
||||
/**
|
||||
* create http stream resource handler.
|
||||
*/
|
||||
#ifdef SRS_AUTO_HTTP_SERVER
|
||||
static SrsHttpHandler* create_http_stream();
|
||||
#endif
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue