mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
SRT: Fix build fail bug, add ssl
This commit is contained in:
parent
996c7d5697
commit
9cbdf29f7d
1 changed files with 1 additions and 1 deletions
2
trunk/configure
vendored
2
trunk/configure
vendored
|
@ -247,7 +247,7 @@ PROTOCOL_OBJS="${MODULE_OBJS[@]}"
|
||||||
if [ $SRS_SRT = YES ]; then
|
if [ $SRS_SRT = YES ]; then
|
||||||
MODULE_ID="SRT"
|
MODULE_ID="SRT"
|
||||||
MODULE_DEPENDS=("CORE" "KERNEL" "PROTOCOL" "APP")
|
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")
|
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_INCS=${LibSRTRoot}; MODULE_DIR=${LibSRTRoot} . auto/modules.sh
|
||||||
SRT_OBJS="${MODULE_OBJS[@]}"
|
SRT_OBJS="${MODULE_OBJS[@]}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue