1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

refine code for cross build

This commit is contained in:
winlin 2015-09-23 11:21:51 +08:00
parent 6990508e58
commit 16730ea031
2 changed files with 20 additions and 19 deletions

View file

@ -138,7 +138,7 @@ Options:
--with-gmp build memory profile for SRS with gperf tools.
--with-gcp build cpu profile for SRS with gperf tools.
--with-gprof build SRS with gprof(GNU profile tool).
--with-arm-ubuntu12 build SRS on ubuntu12 for armhf(v7cpu).
--with-arm-ubuntu12 cross build SRS on ubuntu12 for armhf(v7cpu).
--without-ssl disable rtmp complex handshake.
--without-hls disable hls, the apple http live streaming.
@ -161,7 +161,7 @@ Options:
--without-gmp do not build memory profile for SRS with gperf tools.
--without-gcp do not build cpu profile for SRS with gperf tools.
--without-gprof do not build srs with gprof(GNU profile tool).
--without-arm-ubuntu12 do not build srs on ubuntu12 for armhf(v7cpu).
--without-arm-ubuntu12 do not cross build srs on ubuntu12 for armhf(v7cpu).
--prefix=<path> the absolute install path for srs.
--static whether add '-static' to link options.