mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Allow use libst.so for ST is MPL license.
This commit is contained in:
parent
7460729c0e
commit
01870cce56
5 changed files with 15 additions and 3 deletions
1
trunk/configure
vendored
1
trunk/configure
vendored
|
@ -144,6 +144,7 @@ END
|
|||
#
|
||||
# st(state-threads) the basic network library for SRS.
|
||||
LibSTRoot="${SRS_OBJS_DIR}/st"; LibSTfile="${LibSTRoot}/libst.a"
|
||||
if [[ $SRS_SHARED_ST == YES ]]; then LibSTfile="-lst"; fi
|
||||
# openssl-1.1.0e, for the RTMP complex handshake.
|
||||
LibSSLRoot="";LibSSLfile=""
|
||||
if [[ $SRS_SSL == YES && $SRS_USE_SYS_SSL == NO ]]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue