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

add srs_core.cpp

This commit is contained in:
winlin 2013-10-17 22:14:11 +08:00
parent 67d96fcab4
commit 78c69016ba
5 changed files with 6 additions and 1 deletions

2
trunk/configure vendored
View file

@ -82,7 +82,7 @@ LibSTfile="${LibSTRoot}/libst.a"
MODULE_ID="CORE"
MODULE_DEPENDS=()
ModuleLibIncs=(${LibSTRoot})
MODULE_FILES=("srs_core_log")
MODULE_FILES=("srs_core" "srs_core_log")
MODULE_DIR="src/core" . auto/modules.sh
CORE_OBJS="${MODULE_OBJS[@]}"