mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refine sendmmsg, move to ST
This commit is contained in:
parent
2a0562da5e
commit
f71b833520
5 changed files with 40 additions and 52 deletions
|
@ -608,6 +608,11 @@ function apply_user_detail_options() {
|
|||
echo "Disable SRTP ASM, because NASM is disabled."
|
||||
SRS_SRTP_ASM=NO
|
||||
fi
|
||||
|
||||
if [[ $SRS_OSX == YES && $SRS_SENDMMSG == YES ]]; then
|
||||
echo "Disable sendmmsg for OSX"
|
||||
SRS_SENDMMSG=NO
|
||||
fi
|
||||
}
|
||||
apply_user_detail_options
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue