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

add rtmp complex handshake classes

This commit is contained in:
winlin 2013-10-25 07:15:33 +08:00
parent 598aaa5c98
commit e6ca039dd6
10 changed files with 176 additions and 28 deletions

3
trunk/configure vendored
View file

@ -86,7 +86,8 @@ 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_protocol" "srs_core_amf0"
"srs_core_stream" "srs_core_source" "srs_core_codec")
"srs_core_stream" "srs_core_source" "srs_core_codec"
"srs_core_complex_handshake")
MODULE_DIR="src/core" . auto/modules.sh
CORE_OBJS="${MODULE_OBJS[@]}"