mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine http server pages. change to 0.9.51
This commit is contained in:
parent
1c02f4551c
commit
4e3fe36ae2
24 changed files with 307 additions and 96 deletions
|
@ -168,12 +168,12 @@ if [ $SRS_DEV = YES ]; then
|
|||
SRS_NGINX=YES
|
||||
SRS_SSL=YES
|
||||
SRS_FFMPEG=YES
|
||||
SRS_HTTP_CALLBACK=YES
|
||||
if [ $SRS_HTTP_CALLBACK = RESERVED ]; then SRS_HTTP_CALLBACK=YES; fi
|
||||
SRS_HTTP_SERVER=YES
|
||||
SRS_HTTP_API=YES
|
||||
SRS_LIBRTMP=YES
|
||||
SRS_BWTC=YES
|
||||
SRS_RESEARCH=YES
|
||||
if [ $SRS_BWTC = RESERVED ]; then SRS_BWTC=YES; fi
|
||||
if [ $SRS_RESEARCH = RESERVED ]; then SRS_RESEARCH=YES; fi
|
||||
SRS_UTEST=YES
|
||||
if [ $SRS_GPERF = RESERVED ]; then SRS_GPERF=NO; fi
|
||||
if [ $SRS_GPERF_MC = RESERVED ]; then SRS_GPERF_MC=NO; fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue