Skip to content

Commit 9e856c8

Browse files
committed
For #1638, #307, remove unused bash variable.
1 parent 4b23d04 commit 9e856c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

trunk/configure

-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ LibSTRoot="${SRS_OBJS_DIR}/st"; LibSTfile="${LibSTRoot}/libst.a"
150150
if [[ $SRS_SHARED_ST == YES ]]; then LibSTfile="-lst"; fi
151151
# srtp
152152
LibSrtpRoot="${SRS_OBJS_DIR}/srtp2/include"; LibSrtpFile="${SRS_OBJS_DIR}/srtp2/lib/libsrtp2.a"
153-
if [[ $SRS_SHARED_SRTP == YES ]]; then LibSrtpFile="-lsrtp2"; fi
154153
# openssl-1.1.0e, for the RTMP complex handshake.
155154
LibSSLRoot="";LibSSLfile=""
156155
if [[ $SRS_SSL == YES && $SRS_USE_SYS_SSL == NO ]]; then

0 commit comments

Comments
 (0)