正在显示
1 个修改的文件
包含
4 行增加
和
1 行删除
@@ -94,7 +94,10 @@ if [ $DO_BUILD = YES ]; then | @@ -94,7 +94,10 @@ if [ $DO_BUILD = YES ]; then | ||
94 | else | 94 | else |
95 | ( | 95 | ( |
96 | cd $work_dir && | 96 | cd $work_dir && |
97 | - ./configure --with-ssl --with-hls --with-http-server --with-http-api --with-ingest --with-http-callback --prefix=$INSTALL && make | 97 | + ./configure --with-ssl --with-hls \ |
98 | + --with-http-server --with-http-api --with-http-callback \ | ||
99 | + --with-ingest --with-transcode \ | ||
100 | + --prefix=$INSTALL && make | ||
98 | ) >> $log 2>&1 | 101 | ) >> $log 2>&1 |
99 | fi | 102 | fi |
100 | ret=$?; if [[ 0 -ne ${ret} ]]; then failed_msg "build srs failed"; exit $ret; fi | 103 | ret=$?; if [[ 0 -ne ${ret} ]]; then failed_msg "build srs failed"; exit $ret; fi |
-
请 注册 或 登录 后发表评论