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 18:56:48 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
8600c0ebe98703c55ba3ac021e40bb96ffd04217
8600c0eb
2 parents
e5eb8538
2036cef4
Merge branch 'master' of github.com:winlinvip/simple-rtmp-server
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
trunk/auto/depends.sh
trunk/auto/depends.sh
查看文件 @
8600c0e
...
...
@@ -366,6 +366,7 @@ ln -sf `pwd`/${SRS_OBJS}/nginx/html/live research/api-server/static-dir/live &&
rm -rf research/api-server/static-dir/forward
&&
mkdir -p
`
pwd
`
/
${
SRS_OBJS
}
/nginx/html/forward
&&
ln -sf
`
pwd
`
/
${
SRS_OBJS
}
/nginx/html/forward research/api-server/static-dir/forward
ret
=
$?
;
if
[[
$ret
-ne 0
]]
;
then
echo
"link players to cherrypy static-dir failed, ret=
$ret
"
;
exit
$ret
;
fi
# only when the nginx is ok,
# if api-server not enalbed, use nginx as demo.
...
...
请
注册
或
登录
后发表评论