Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
winlin
2014-04-07 16:35:24 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6e88634c5cc88c1c710bfa0dffff1548c4bfa8a6
6e88634c
1 parent
9a8eeb68
add transcode to package
显示空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
4 行增加
和
1 行删除
trunk/scripts/package.sh
trunk/scripts/package.sh
查看文件 @
6e88634
...
...
@@ -94,7 +94,10 @@ if [ $DO_BUILD = YES ]; then
else
(
cd
$work_dir
&&
./configure --with-ssl --with-hls --with-http-server --with-http-api --with-ingest --with-http-callback --prefix
=
$INSTALL
&&
make
./configure --with-ssl --with-hls
\
--with-http-server --with-http-api --with-http-callback
\
--with-ingest --with-transcode
\
--prefix
=
$INSTALL
&&
make
)
>>
$log
2>&1
fi
ret
=
$?
;
if
[[
0 -ne
${
ret
}
]]
;
then
failed_msg
"build srs failed"
;
exit
$ret
;
fi
...
...
请
注册
或
登录
后发表评论