mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #774, build librtmp exmaples failed for -lpthread
This commit is contained in:
parent
ac0e27b936
commit
764cf245e9
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ ifeq ($(GCC), mipsel-openwrt-linux-gcc)
|
|||
endif
|
||||
# for ssl or nossl
|
||||
ifeq ($(HANDSHAKE), SSL)
|
||||
SRS_LIBSSL_L = $(SRS_OBJS)/openssl/lib/libssl.a $(SRS_OBJS)/openssl/lib/libcrypto.a -lpthread
|
||||
SRS_LIBSSL_L = $(SRS_OBJS)/openssl/lib/libssl.a $(SRS_OBJS)/openssl/lib/libcrypto.a
|
||||
endif
|
||||
ifneq ($(shell test -f $(SRS_OBJS)/openssl/lib/libssl.a && echo yes), yes)
|
||||
SRS_LIBSSL_L = -lssl -lcrypto
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue