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

SquashSRS4: Refine stat id. Fix SRT build bug

This commit is contained in:
winlin 2021-05-14 08:26:07 +08:00
parent 47f3f4da5c
commit f711eb79ed
9 changed files with 33 additions and 47 deletions

2
trunk/configure vendored
View file

@ -244,7 +244,7 @@ PROTOCOL_OBJS="${MODULE_OBJS[@]}"
if [ $SRS_SRT = YES ]; then
MODULE_ID="SRT"
MODULE_DEPENDS=("CORE" "KERNEL" "PROTOCOL" "APP")
ModuleLibIncs=(${SRS_OBJS_DIR})
ModuleLibIncs=(${SRS_OBJS_DIR} ${LibSSLRoot})
MODULE_FILES=("srt_server" "srt_handle" "srt_conn" "srt_to_rtmp" "ts_demux" "srt_data")
SRT_INCS=${LibSRTRoot}; MODULE_DIR=${LibSRTRoot} . auto/modules.sh
SRT_OBJS="${MODULE_OBJS[@]}"