1
0
Fork 0
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:
winlin 2014-04-07 17:03:56 +08:00
parent 667191913b
commit 3b59a6c687

View file

@ -222,9 +222,9 @@ if [ $SRS_PI = YES ]; then
SRS_HLS=YES SRS_HLS=YES
SRS_NGINX=NO SRS_NGINX=NO
SRS_SSL=YES SRS_SSL=YES
if [ $SRS_FFMPEG = RESERVED ]; then SRS_FFMPEG=NO; fi SRS_FFMPEG=NO
if [ $SRS_TRANSCODE = RESERVED ]; then SRS_TRANSCODE=YES; fi SRS_TRANSCODE=YES
if [ $SRS_INGEST = RESERVED ]; then SRS_INGEST=YES; fi SRS_INGEST=YES
SRS_HTTP_PARSER=YES SRS_HTTP_PARSER=YES
SRS_HTTP_CALLBACK=YES SRS_HTTP_CALLBACK=YES
SRS_HTTP_SERVER=YES SRS_HTTP_SERVER=YES