mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add protocol stack
This commit is contained in:
parent
fbe6e061c0
commit
a323483bea
7 changed files with 117 additions and 2 deletions
2
trunk/configure
vendored
2
trunk/configure
vendored
|
@ -85,7 +85,7 @@ ModuleLibIncs=(${LibSTRoot})
|
|||
MODULE_FILES=("srs_core" "srs_core_log" "srs_core_server"
|
||||
"srs_core_error" "srs_core_conn" "srs_core_client"
|
||||
"srs_core_rtmp" "srs_core_socket" "srs_core_buffer"
|
||||
"srs_core_auto_free")
|
||||
"srs_core_auto_free" "srs_core_protocol")
|
||||
MODULE_DIR="src/core" . auto/modules.sh
|
||||
CORE_OBJS="${MODULE_OBJS[@]}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue