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-06-08 13:18:34 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3dbe8ba9de29edc64fe7d5a0b4fea5aa9a0ce34d
3dbe8ba9
1 parent
31b568b0
update configure script
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
8 行增加
和
2 行删除
trunk/auto/options.sh
trunk/scripts/test_configure.sh
trunk/auto/options.sh
查看文件 @
3dbe8ba
...
...
@@ -143,12 +143,12 @@ Presets:
--pi for raspberry-pi(directly build), open features hls/ssl/static.
--arm alias for --with-arm-ubuntu12
--mips alias for --with-mips-ubuntu12
--dev for dev, open all features, no gperf/gprof/arm.
--fast the most fast compile, nothing, only support vp6 RTMP.
--pure-rtmp only support RTMP with ssl.
--rtmp-hls only support RTMP+HLS with ssl.
--disable-all disable all features, only support vp6 RTMP.
--full enable all features.
--dev for dev, open all features, no nginx/gperf/gprof/arm.
--full enable all features, no gperf/gprof/arm.
Conflicts:
1. --with-gmc vs --with-gmp:
...
...
trunk/scripts/test_configure.sh
查看文件 @
3dbe8ba
...
...
@@ -182,4 +182,10 @@ ok_msg "test \" ${item} \""
ret
=
$?
;
if
[[
$ret
-ne 0
]]
;
then
failed_msg
"test
\"
${
item
}
\"
failed. ret=
$ret
"
;
exit
$ret
;
fi
ok_msg
"test
\"
${
item
}
\"
success"
item
=
"./configure --full"
ok_msg
"test
\"
${
item
}
\"
"
(
./configure --dev
&&
make
)
>>
$log
2>&1
ret
=
$?
;
if
[[
$ret
-ne 0
]]
;
then
failed_msg
"test
\"
${
item
}
\"
failed. ret=
$ret
"
;
exit
$ret
;
fi
ok_msg
"test
\"
${
item
}
\"
success"
echo
"success"
...
...
请
注册
或
登录
后发表评论