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

extract core and app module.

This commit is contained in:
winlin 2014-03-01 10:14:25 +08:00
parent 62fbe9e760
commit 4e91a3d5aa
18 changed files with 99 additions and 20 deletions

5
trunk/configure vendored
View file

@ -124,7 +124,7 @@ fi
#Core Module
MODULE_ID="CORE"
MODULE_DEPENDS=()
ModuleLibIncs=(${LibSTRoot} ${SRS_OBJS})
ModuleLibIncs=(${SRS_OBJS})
MODULE_FILES=("srs_core")
MODULE_DIR="src/core" . auto/modules.sh
CORE_OBJS="${MODULE_OBJS[@]}"
@ -141,7 +141,8 @@ MODULE_FILES=("srs_core_log" "srs_core_server"
"srs_core_handshake" "srs_core_pithy_print"
"srs_core_config" "srs_core_refer" "srs_core_reload"
"srs_core_hls" "srs_core_forward" "srs_core_encoder"
"srs_core_http" "srs_core_thread" "srs_core_bandwidth")
"srs_core_http" "srs_core_thread" "srs_core_bandwidth"
"srs_core_st")
MODULE_DIR="src/app" . auto/modules.sh
APP_OBJS="${MODULE_OBJS[@]}"
#