winlin

refine configure.

@@ -151,13 +151,18 @@ MAIN_OBJS="${MODULE_OBJS[@].o}" @@ -151,13 +151,18 @@ MAIN_OBJS="${MODULE_OBJS[@].o}"
151 # 151 #
152 # all main entrances 152 # all main entrances
153 MAIN_ENTRANCES=("srs_main_server" "srs_main_bandcheck") 153 MAIN_ENTRANCES=("srs_main_server" "srs_main_bandcheck")
  154 +#
154 # all depends libraries 155 # all depends libraries
155 ModuleLibFiles=(${LibSTfile} ${LibHttpParserfile} ${LibSSLfile}) 156 ModuleLibFiles=(${LibSTfile} ${LibHttpParserfile} ${LibSSLfile})
156 # all depends objects 157 # all depends objects
157 MODULE_OBJS="${CORE_OBJS[@]} ${CONFIG_OBJS[@]} ${PROTOCOL_OBJS[@]} ${MAIN_OBJS[@]}" 158 MODULE_OBJS="${CORE_OBJS[@]} ${CONFIG_OBJS[@]} ${PROTOCOL_OBJS[@]} ${MAIN_OBJS[@]}"
158 LINK_OPTIONS="-ldl" 159 LINK_OPTIONS="-ldl"
  160 +#
  161 +# srs:
159 # srs(simple rtmp server) over st(state-threads) 162 # srs(simple rtmp server) over st(state-threads)
160 BUILD_KEY="srs" APP_MAIN="srs_main_server" APP_NAME="srs" . auto/apps.sh 163 BUILD_KEY="srs" APP_MAIN="srs_main_server" APP_NAME="srs" . auto/apps.sh
  164 +#
  165 +# bandwidth
161 # bandwidth test tool, to test the bandwidth to server 166 # bandwidth test tool, to test the bandwidth to server
162 BUILD_KEY="bandwidth" APP_MAIN="srs_main_bandcheck" APP_NAME="bandwidth" . auto/apps.sh 167 BUILD_KEY="bandwidth" APP_MAIN="srs_main_bandcheck" APP_NAME="bandwidth" . auto/apps.sh
163 168