Skip to content

Commit

Permalink
For #1638, #307, remove unused bash variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Mar 15, 2020
1 parent 4b23d04 commit 9e856c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion trunk/configure
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ LibSTRoot="${SRS_OBJS_DIR}/st"; LibSTfile="${LibSTRoot}/libst.a"
if [[ $SRS_SHARED_ST == YES ]]; then LibSTfile="-lst"; fi
# srtp
LibSrtpRoot="${SRS_OBJS_DIR}/srtp2/include"; LibSrtpFile="${SRS_OBJS_DIR}/srtp2/lib/libsrtp2.a"
if [[ $SRS_SHARED_SRTP == YES ]]; then LibSrtpFile="-lsrtp2"; fi
# openssl-1.1.0e, for the RTMP complex handshake.
LibSSLRoot="";LibSSLfile=""
if [[ $SRS_SSL == YES && $SRS_USE_SYS_SSL == NO ]]; then
Expand Down

0 comments on commit 9e856c8

Please sign in to comment.