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

add auto free. recv c0c1

This commit is contained in:
winlin 2013-10-18 21:57:52 +08:00
parent 0609eeb7c8
commit 3976a17841
8 changed files with 122 additions and 9 deletions

3
trunk/configure vendored
View file

@ -84,7 +84,8 @@ MODULE_DEPENDS=()
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_rtmp" "srs_core_socket" "srs_core_buffer"
"srs_core_auto_free")
MODULE_DIR="src/core" . auto/modules.sh
CORE_OBJS="${MODULE_OBJS[@]}"