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
2015-03-17 21:12:30 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f3e5431d0fc21bee74e98da0ffe5a0b2eab0a45b
f3e5431d
1 parent
8a4312f4
check what a fuck os for some fresh.
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
13 行增加
和
0 行删除
trunk/auto/depends.sh
trunk/auto/depends.sh
查看文件 @
f3e5431
...
...
@@ -369,6 +369,19 @@ if [ $SRS_EXPORT_LIBRTMP_PROJECT = NO ]; then
fi
#####################################################################################
# check the os.
#####################################################################################
# user must specifies something what a fuck, we suppport following os:
# centos/ubuntu/osx,
# embeded system, for example, mips or arm,
# export srs-librtmp
# others is invalid.
if
[[
$OS_IS_UBUNTU
=
NO
&&
$OS_IS_CENTOS
=
NO
&&
$OS_IS_OSX
=
NO
&&
$SRS_EMBEDED_CPU
=
NO
&&
$SRS_EXPORT_LIBRTMP_PROJECT
=
NO
]]
;
then
echo
"what a fuck, os not supported."
exit
1
fi
#####################################################################################
# st-1.9
#####################################################################################
if
[
$SRS_EXPORT_LIBRTMP_PROJECT
=
NO
]
;
then
...
...
请
注册
或
登录
后发表评论