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

Allow use libsrt.so for SRT is MPL license.

This commit is contained in:
winlin 2020-01-26 17:41:05 +08:00
parent 07f4bc65c3
commit d9bbd97d72
4 changed files with 8 additions and 1 deletions

1
trunk/configure vendored
View file

@ -164,6 +164,7 @@ fi
# srt code path
if [[ $SRS_SRT == YES ]]; then
LibSRTRoot="${SRS_WORKDIR}/src/srt"; LibSRTfile="${SRS_OBJS_DIR}/srt/lib/libsrt.a"
if [[ $SRS_SHARED_SRT == YES ]]; then LibSRTfile="-lsrt"; fi
fi
# the link options, always use static link
SrsLinkOptions="-ldl";