mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
extract simple socket to lib
This commit is contained in:
parent
5e4b7d3ae9
commit
f8335e2c1f
5 changed files with 77 additions and 18 deletions
2
trunk/configure
vendored
2
trunk/configure
vendored
|
@ -189,7 +189,7 @@ APP_OBJS="${MODULE_OBJS[@]}"
|
|||
MODULE_ID="LIBS"
|
||||
MODULE_DEPENDS=("CORE" "KERNEL" "RTMP")
|
||||
ModuleLibIncs=(${SRS_OBJS})
|
||||
MODULE_FILES=("srs_librtmp")
|
||||
MODULE_FILES=("srs_librtmp" "srs_lib_simple_socket")
|
||||
MODULE_DIR="src/libs" . auto/modules.sh
|
||||
LIBS_OBJS="${MODULE_OBJS[@]}"
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue