mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
update configure script
This commit is contained in:
parent
31b568b013
commit
3dbe8ba9de
2 changed files with 8 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue