mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Change GB28181 to feature/gb28181. 4.0.127
This commit is contained in:
parent
4e93696bc6
commit
68c48e27f5
35 changed files with 14 additions and 9868 deletions
|
@ -299,15 +299,6 @@ function OSX_prepare()
|
|||
echo "Please install pkg-config"; exit -1;
|
||||
fi
|
||||
|
||||
if [[ $SRS_GB28181 == YES ]]; then
|
||||
if [[ ! -f /usr/local/opt/libiconv/lib/libiconv.a ]]; then
|
||||
echo "install libiconv"
|
||||
echo "brew install libiconv"
|
||||
brew install libiconv; ret=$?; if [[ 0 -ne $ret ]]; then return $ret; fi
|
||||
echo "install libiconv success"
|
||||
fi
|
||||
fi
|
||||
|
||||
if [[ $SRS_SRT == YES ]]; then
|
||||
echo "SRT enable, install depend tools"
|
||||
tclsh <<< "exit" >/dev/null 2>&1; ret=$?; if [[ 0 -ne $ret ]]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue