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-03-20 09:26:48 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
822143b500e4106e88c67eb94c85da7702959b58
822143b5
1 parent
747bbd98
fix bug of build script
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
trunk/scripts/_step.build.sh
trunk/scripts/_step.build.sh
查看文件 @
822143b
...
...
@@ -3,7 +3,7 @@ src_dir='src'
if
[[
! -d
$src_dir
]]
;
then
echo
"错误:必须在src同目录执行脚本"
;
exit
1;
fi
echo
"编译SRS"
./configure --with-ssl --with-hls --with-ffmpeg --with-http
&&
make
./configure --with-ssl --with-hls --with-ffmpeg --with-http
-callback
&&
make
ret
=
$?
;
if
[[
0 -ne
$ret
]]
;
then
echo
"错误:编译SRS失败"
;
exit
$ret
;
fi
echo
"编译SRS成功"
...
...
请
注册
或
登录
后发表评论