mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
init st, add error code
This commit is contained in:
parent
eb3b824e6c
commit
5b02f9c78b
8 changed files with 201 additions and 19 deletions
2
trunk/configure
vendored
2
trunk/configure
vendored
|
@ -82,7 +82,7 @@ LibSTfile="${LibSTRoot}/libst.a"
|
|||
MODULE_ID="CORE"
|
||||
MODULE_DEPENDS=()
|
||||
ModuleLibIncs=(${LibSTRoot})
|
||||
MODULE_FILES=("srs_core" "srs_core_log")
|
||||
MODULE_FILES=("srs_core" "srs_core_log" "srs_core_server" "srs_core_error")
|
||||
MODULE_DIR="src/core" . auto/modules.sh
|
||||
CORE_OBJS="${MODULE_OBJS[@]}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue