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

merge from srs2 to check cpus.

This commit is contained in:
winlin 2015-09-23 15:11:33 +08:00
commit 4e88262512
7 changed files with 63 additions and 48 deletions

3
trunk/configure vendored
View file

@ -23,6 +23,9 @@ BLACK="\\033[0m"
# parse options, exit with error when parse options invalid.
. auto/options.sh
# setup variables when options parsed.
. auto/setup_variables.sh
# clean the exists, when not export srs-librtmp.
# do this only when the options is ok.
if [[ -f Makefile ]]; then