We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b23d04 commit 9e856c8Copy full SHA for 9e856c8
trunk/configure
@@ -150,7 +150,6 @@ LibSTRoot="${SRS_OBJS_DIR}/st"; LibSTfile="${LibSTRoot}/libst.a"
150
if [[ $SRS_SHARED_ST == YES ]]; then LibSTfile="-lst"; fi
151
# srtp
152
LibSrtpRoot="${SRS_OBJS_DIR}/srtp2/include"; LibSrtpFile="${SRS_OBJS_DIR}/srtp2/lib/libsrtp2.a"
153
-if [[ $SRS_SHARED_SRTP == YES ]]; then LibSrtpFile="-lsrtp2"; fi
154
# openssl-1.1.0e, for the RTMP complex handshake.
155
LibSSLRoot="";LibSSLfile=""
156
if [[ $SRS_SSL == YES && $SRS_USE_SYS_SSL == NO ]]; then
0 commit comments