mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine code, add comments for bandwidth; remove the bwtc configure script test item.
This commit is contained in:
parent
7945a42770
commit
88dc1523d8
2 changed files with 44 additions and 10 deletions
|
@ -119,12 +119,6 @@ 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 --fast --with-bwtc"
|
||||
ok_msg "test \" ${item} \""
|
||||
(./configure --fast --with-bwtc && 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"
|
||||
|
||||
item="./configure --fast --with-research"
|
||||
ok_msg "test \" ${item} \""
|
||||
(./configure --fast --with-research && make) >>$log 2>&1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue