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:52:38 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5fd582cd265d4e0971bab80d8718011e6770caa4
5fd582cd
1 parent
a8c5db3f
fix bug of package for arm
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
0 行增加
和
1 行删除
trunk/auto/options.sh
trunk/auto/options.sh
查看文件 @
5fd582c
...
...
@@ -347,7 +347,6 @@ fi fi
# user should disable all other features
if
[
$SRS_ARM_UBUNTU12
=
YES
]
;
then
if
[
$SRS_FFMPEG
=
YES
]
;
then
echo
"ffmpeg for arm is not available, see: ./configure --help"
;
__check_ok
=
NO;
fi
if
[
$SRS_HTTP_CALLBACK
=
YES
]
;
then
echo
"http-callback for arm is not available, see: ./configure --help"
;
__check_ok
=
NO;
fi
if
[
$SRS_BWTC
=
YES
]
;
then
echo
"bwtc for arm is not available, see: ./configure --help"
;
__check_ok
=
NO;
fi
if
[
$SRS_RESEARCH
=
YES
]
;
then
echo
"research for arm is not available, see: ./configure --help"
;
__check_ok
=
NO;
fi
if
[
$SRS_GPERF
=
YES
]
;
then
echo
"gperf for arm is not available, see: ./configure --help"
;
__check_ok
=
NO;
fi
...
...
请
注册
或
登录
后发表评论