dtls: require openssl >= 1.0.1
https://bugzilla.gnome.org/show_bug.cgi?id=755892
This commit is contained in:
parent
86443f8ae2
commit
1bd5194c6c
@ -2264,7 +2264,7 @@ AG_GST_CHECK_FEATURE(SRTP, [srtp library], srtp, [
|
||||
dnl *** dtls ***
|
||||
translit(dnm, m, l) AM_CONDITIONAL(USE_DTLS, true)
|
||||
AG_GST_CHECK_FEATURE(DTLS, [DTLS plugin], dtls, [
|
||||
PKG_CHECK_MODULES(DTLS, [ openssl >= 0.9.5 libcrypto ], [
|
||||
PKG_CHECK_MODULES(DTLS, [ openssl >= 1.0.1 libcrypto ], [
|
||||
HAVE_DTLS="yes"
|
||||
AC_SUBST(DTLS_CFLAGS)
|
||||
AC_SUBST(DTLS_LIBS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user