1
0
Fork 0
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:
winlin 2021-05-21 17:14:04 +08:00
parent 6dc8d9dd6f
commit a7ab78a588
8 changed files with 148 additions and 203 deletions

5
trunk/configure vendored
View file

@ -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