mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
Refine commens
This commit is contained in:
parent
0c1e60c8df
commit
1ba0b20b74
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ Performance: @see https://blog.csdn.net/win_lin/article/details/5
|
||||||
--nasm=on|off Whether build FFMPEG for RTC with nasm. Default: $(value2switch $SRS_NASM)
|
--nasm=on|off Whether build FFMPEG for RTC with nasm. Default: $(value2switch $SRS_NASM)
|
||||||
--srtp-nasm=on|off Whether build SRTP with ASM(openssl-asm), requires RTC and openssl-1.0.*. Default: $(value2switch $SRS_SRTP_ASM)
|
--srtp-nasm=on|off Whether build SRTP with ASM(openssl-asm), requires RTC and openssl-1.0.*. Default: $(value2switch $SRS_SRTP_ASM)
|
||||||
|
|
||||||
Toolchain options: @see https://github.com/ossrs/srs/issues/1547#issuecomment-576078411
|
Toolchain options: @see https://github.com/ossrs/srs/wiki/v4_CN_SrsLinuxArm#ubuntu-cross-build-srs
|
||||||
--static=on|off Whether add '-static' to link options. Default: $(value2switch $SRS_STATIC)
|
--static=on|off Whether add '-static' to link options. Default: $(value2switch $SRS_STATIC)
|
||||||
--cc=<CC> Toolchain: Use c compiler CC. Default: $SRS_TOOL_CC
|
--cc=<CC> Toolchain: Use c compiler CC. Default: $SRS_TOOL_CC
|
||||||
--cxx=<CXX> Toolchain: Use c++ compiler CXX. Default: $SRS_TOOL_CXX
|
--cxx=<CXX> Toolchain: Use c++ compiler CXX. Default: $SRS_TOOL_CXX
|
||||||
|
|
Loading…
Reference in a new issue