From 8860d0ec62b88d9c5cb62b44bf8cddf298cbc5d8 Mon Sep 17 00:00:00 2001 From: winlin Date: Fri, 28 Aug 2020 11:19:21 +0800 Subject: [PATCH] RTC: Refine options --- trunk/auto/options.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/trunk/auto/options.sh b/trunk/auto/options.sh index 359bf35a8..d3a6111c6 100755 --- a/trunk/auto/options.sh +++ b/trunk/auto/options.sh @@ -178,7 +178,7 @@ Performance: @see https://blog.csdn.net/win_lin/article/details/5 --nasm=on|off Whether build FFMPEG for RTC with nasm support. --srtp-nasm=on|off Whether build SRTP with ASM(openssl-asm) support, requires RTC and openssl-1.0.*. - --sendmmsg=on|off Whether enable UDP sendmmsg support. @see http://man7.org/linux/man-pages/man2/sendmmsg.2.html + --sendmmsg=on|off Whether enable UDP sendmmsg support. Default: off. @see http://man7.org/linux/man-pages/man2/sendmmsg.2.html Toolchain options: @see https://github.com/ossrs/srs/issues/1547#issuecomment-576078411 --static Whether add '-static' to link options. @@ -204,9 +204,7 @@ Experts: --use-shared-srt Use link shared libraries for SRT which uses MPL license. --build-tag= Set the build object directory suffix. --clean=on|off Whether do 'make clean' when configure. - --detect-sendmmsg=on|off Whether detect the sendmmsg API. - --has-sendmmsg=on|off Whether OS supports sendmmsg API. - --simulator=on|off Whether enable RTC network simulator. + --simulator=on|off Whether enable RTC network simulator. Default: off Workflow: 1. Apply "Presets". if not specified, use default preset.