mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix bug of package for arm
This commit is contained in:
parent
667191913b
commit
3b59a6c687
1 changed files with 3 additions and 3 deletions
|
@ -222,9 +222,9 @@ if [ $SRS_PI = YES ]; then
|
|||
SRS_HLS=YES
|
||||
SRS_NGINX=NO
|
||||
SRS_SSL=YES
|
||||
if [ $SRS_FFMPEG = RESERVED ]; then SRS_FFMPEG=NO; fi
|
||||
if [ $SRS_TRANSCODE = RESERVED ]; then SRS_TRANSCODE=YES; fi
|
||||
if [ $SRS_INGEST = RESERVED ]; then SRS_INGEST=YES; fi
|
||||
SRS_FFMPEG=NO
|
||||
SRS_TRANSCODE=YES
|
||||
SRS_INGEST=YES
|
||||
SRS_HTTP_PARSER=YES
|
||||
SRS_HTTP_CALLBACK=YES
|
||||
SRS_HTTP_SERVER=YES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue