mirror of https://bitbucket.org/ausocean/av.git
Merged in kortschak/av/rtmp/nocrypto (pull request #21)
rtmp: do not build in crypto
This commit is contained in:
commit
6aee541256
|
@ -16,14 +16,14 @@ LD=$(CROSS_COMPILE)ld
|
|||
AR=$(CROSS_COMPILE)ar
|
||||
|
||||
SYS=posix
|
||||
CRYPTO=OPENSSL
|
||||
#CRYPTO=OPENSSL
|
||||
#CRYPTO=GNUTLS
|
||||
DEF_POLARSSL=-DUSE_POLARSSL
|
||||
DEF_OPENSSL=-DUSE_OPENSSL
|
||||
DEF_GNUTLS=-DUSE_GNUTLS
|
||||
#DEF_POLARSSL=-DUSE_POLARSSL
|
||||
#DEF_OPENSSL=-DUSE_OPENSSL
|
||||
#DEF_GNUTLS=-DUSE_GNUTLS
|
||||
DEF_=-DNO_CRYPTO
|
||||
REQ_GNUTLS=gnutls,hogweed,nettle
|
||||
REQ_OPENSSL=libssl,libcrypto
|
||||
#REQ_OPENSSL=libssl,libcrypto
|
||||
PUB_GNUTLS=-lgmp
|
||||
LIBZ=-lz
|
||||
LIBS_posix=
|
||||
|
|
Loading…
Reference in New Issue