mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
SquashSRS4: Update SDK
This commit is contained in:
parent
6dc8d9dd6f
commit
a7ab78a588
8 changed files with 148 additions and 203 deletions
5
trunk/configure
vendored
5
trunk/configure
vendored
|
@ -769,6 +769,11 @@ if [ $SRS_GPROF = YES ]; then
|
|||
else
|
||||
echo -e "${GREEN}Note: The gprof(GNU profile tool) is disabled.${BLACK}"
|
||||
fi
|
||||
if [ $SRS_CROSS_BUILD = YES ]; then
|
||||
echo -e "${YELLOW}The cross-build is enabled.${BLACK}"
|
||||
else
|
||||
echo -e "${GREEN}Note: The cross-build is disabled.${BLACK}"
|
||||
fi
|
||||
if [ $SRS_VALGRIND = YES ]; then
|
||||
echo -e "${GREEN}The valgrind is enabled.${BLACK}"
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue