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

for #485, support cross build for arm

This commit is contained in:
winlin 2015-09-23 11:54:53 +08:00
parent 16730ea031
commit f6e655396c
4 changed files with 35 additions and 23 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