1
0
Fork 0
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:
winlin 2014-03-02 09:22:09 +08:00
parent 5e4b7d3ae9
commit f8335e2c1f
5 changed files with 77 additions and 18 deletions

2
trunk/configure vendored
View file

@ -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[@]}"
#