From 6616dfecfc724f4185231e86fd9c7120d4ba8ae6 Mon Sep 17 00:00:00 2001 From: winlin Date: Sat, 1 Mar 2014 09:52:41 +0800 Subject: [PATCH] refine configure. --- trunk/configure | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/trunk/configure b/trunk/configure index f2d68473f..1126c3371 100755 --- a/trunk/configure +++ b/trunk/configure @@ -151,13 +151,18 @@ MAIN_OBJS="${MODULE_OBJS[@].o}" # # all main entrances MAIN_ENTRANCES=("srs_main_server" "srs_main_bandcheck") +# # all depends libraries ModuleLibFiles=(${LibSTfile} ${LibHttpParserfile} ${LibSSLfile}) # all depends objects MODULE_OBJS="${CORE_OBJS[@]} ${CONFIG_OBJS[@]} ${PROTOCOL_OBJS[@]} ${MAIN_OBJS[@]}" LINK_OPTIONS="-ldl" +# +# srs: # srs(simple rtmp server) over st(state-threads) BUILD_KEY="srs" APP_MAIN="srs_main_server" APP_NAME="srs" . auto/apps.sh +# +# bandwidth # bandwidth test tool, to test the bandwidth to server BUILD_KEY="bandwidth" APP_MAIN="srs_main_bandcheck" APP_NAME="bandwidth" . auto/apps.sh