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

rename core to app

This commit is contained in:
winlin 2014-03-01 09:56:48 +08:00
parent 6616dfecfc
commit c2ccb83912
55 changed files with 57 additions and 54 deletions

2
trunk/configure vendored
View file

@ -134,7 +134,7 @@ MODULE_FILES=("srs_core" "srs_core_log" "srs_core_server"
"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")
MODULE_DIR="src/core" . auto/modules.sh
MODULE_DIR="src/app" . auto/modules.sh
CORE_OBJS="${MODULE_OBJS[@]}"
#
#Main Module