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

RTC: Remove --research

This commit is contained in:
winlin 2020-05-29 17:02:10 +08:00
parent d43d9674a3
commit a78b6b8cda
4 changed files with 5 additions and 32 deletions

5
trunk/configure vendored
View file

@ -700,11 +700,6 @@ if [ $SRS_HTTP_API = YES ]; then
else
echo -e "${YELLOW}Warning: The HTTP API is disabled.${BLACK}"
fi
if [ $SRS_RESEARCH = YES ]; then
echo -e "${GREEN}The research tools are enabled.${BLACK}"
else
echo -e "${GREEN}Note: The research tools are disabled.${BLACK}"
fi
if [ $SRS_UTEST = YES ]; then
echo -e "${GREEN}The utests are enabled.${BLACK}"
else