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:
parent
07f4bc65c3
commit
d9bbd97d72
4 changed files with 8 additions and 1 deletions
1
trunk/configure
vendored
1
trunk/configure
vendored
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue