mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
parent
20fb5f3e8e
commit
db7ddfd510
16 changed files with 1075 additions and 52 deletions
8
trunk/configure
vendored
8
trunk/configure
vendored
|
@ -11,10 +11,10 @@ mkdir -p ${SRS_OBJS}
|
|||
|
||||
#####################################################################################
|
||||
# linux shell color support.
|
||||
RED="\\e[31m"
|
||||
GREEN="\\e[32m"
|
||||
YELLOW="\\e[33m"
|
||||
BLACK="\\e[0m"
|
||||
RED="\\033[31m"
|
||||
GREEN="\\033[32m"
|
||||
YELLOW="\\033[33m"
|
||||
BLACK="\\033[0m"
|
||||
|
||||
#####################################################################################
|
||||
# parse user options, set the variables like:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue