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
2013-12-18 14:32:47 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
764aa9b40af1130e7a164e331eba5c50336883e2
764aa9b4
1 parent
f019eb30
refine the build script
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
3 行增加
和
1 行删除
trunk/auto/depends.sh
trunk/auto/depends.sh
查看文件 @
764aa9b
...
...
@@ -255,7 +255,9 @@ if [ $SRS_HLS = YES ]; then
# copy players to nginx html dir.
rm -rf
${
SRS_OBJS
}
/nginx/html/players
&&
ln -sf
`
pwd
`
/research/players
${
SRS_OBJS
}
/nginx/html/
ln -sf
`
pwd
`
/research/players
${
SRS_OBJS
}
/nginx/html/players
&&
rm -f
${
SRS_OBJS
}
/nginx/crossdomain.xml
&&
ln -sf
`
pwd
`
/research/players/crossdomain.xml
${
SRS_OBJS
}
/nginx/html/crossdomain.xml
fi
if
[
$SRS_HLS
=
YES
]
;
then
...
...
请
注册
或
登录
后发表评论