mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Build: Support --shared-srt
This commit is contained in:
parent
7e657ae654
commit
785d2fce08
6 changed files with 15 additions and 8 deletions
1
trunk/configure
vendored
1
trunk/configure
vendored
|
@ -164,6 +164,7 @@ fi
|
|||
if [[ $SRS_SRT == YES ]]; then
|
||||
SrsSRTRoot="${SRS_WORKDIR}/src/srt"
|
||||
LibSRTRoot="${SRS_OBJS_DIR}/srt/include"; LibSRTfile="${SRS_OBJS_DIR}/srt/lib/libsrt.a"
|
||||
if [[ $SRS_SHARED_SRT == YES ]]; then LibSRTfile="-L${SRS_OBJS_DIR}/srt/lib -lsrt"; fi
|
||||
fi
|
||||
|
||||
# For iconv on macOS only, CentOS seems ok.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue