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:01:48 +08:00
parent 5c9941989e
commit 667191913b
2 changed files with 7 additions and 3 deletions

View file

@ -504,6 +504,8 @@ if [ $SRS_FFMPEG = YES ]; then
if [ ! -f ${SRS_OBJS}/ffmpeg/bin/ffmpeg ]; then echo "build ffmpeg-2.1 failed."; exit -1; fi
fi
# whatever the FFMPEG tools, if transcode and ingest specified,
# srs always compile the FFMPEG tool stub which used to start the FFMPEG process.
__SRS_FFMPEG=NO
if [ $SRS_TRANSCODE = YES ]; then __SRS_FFMPEG=YES; fi
if [ $SRS_INGEST = YES ]; then __SRS_FFMPEG=YES; fi