mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
remove osx support for 1.0.30
This commit is contained in:
parent
13299ac03a
commit
c991c2c92c
4 changed files with 7 additions and 3 deletions
|
@ -299,6 +299,11 @@ function OSX_prepare()
|
|||
}
|
||||
OSX_prepare; ret=$?; if [[ 0 -ne $ret ]]; then echo "OSX prepare failed, ret=$ret"; exit $ret; fi
|
||||
|
||||
# by winlin, disable other system.
|
||||
if [[ $OS_IS_UBUNTU = NO && $OS_IS_CENTOS = NO && $SRS_EMBEDED_CPU = NO ]]; then
|
||||
echo "only support Centos and Ubuntu, actual is `uname -s`"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
#####################################################################################
|
||||
# st-1.9
|
||||
|
|
|
@ -161,7 +161,6 @@ Options:
|
|||
|
||||
Presets:
|
||||
--x86-x64 [default] for x86/x64 cpu, common pc and servers.
|
||||
--osx for IOS(darwin) to build SRS.
|
||||
--pi for raspberry-pi(directly build), open features hls/ssl/static.
|
||||
--cubie for cubieboard(directly build), open features except ffmpeg/nginx.
|
||||
--arm alias for --with-arm-ubuntu12, for ubuntu12, arm crossbuild
|
||||
|
@ -252,7 +251,6 @@ function parse_user_option() {
|
|||
--log-trace) SRS_LOG_TRACE=YES ;;
|
||||
|
||||
--x86-x64) SRS_X86_X64=YES ;;
|
||||
--osx) SRS_OSX=YES ;;
|
||||
--arm) SRS_ARM_UBUNTU12=YES ;;
|
||||
--mips) SRS_MIPS_UBUNTU12=YES ;;
|
||||
--pi) SRS_PI=YES ;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue