mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 06:16:36 +00:00
dtls: require openssl >= 1.0.1
https://bugzilla.gnome.org/show_bug.cgi?id=755892
This commit is contained in:
parent
86443f8ae2
commit
1bd5194c6c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue