1
0
Fork 0
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:
winlin 2014-07-16 10:19:50 +08:00
parent 7945a42770
commit 88dc1523d8
2 changed files with 44 additions and 10 deletions

View file

@ -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