mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
build: we need a recent-enough gnutls for hls
https://bugzilla.gnome.org/show_bug.cgi?id=696597
This commit is contained in:
parent
81304a7956
commit
64ccb0ffe3
1 changed files with 1 additions and 1 deletions
|
@ -2136,7 +2136,7 @@ AG_GST_CHECK_FEATURE(SNDIO, [sndio audio], sndio, [
|
|||
dnl *** hls ***
|
||||
translit(dnm, m, l) AM_CONDITIONAL(USE_HLS, true)
|
||||
AG_GST_CHECK_FEATURE(HLS, [http live streaming plugin], hls, [
|
||||
PKG_CHECK_MODULES(GNUTLS, gnutls, [ HAVE_HLS="yes" ], [ HAVE_HLS="no" ])
|
||||
PKG_CHECK_MODULES(GNUTLS, gnutls >= 2.11.3, [ HAVE_HLS="yes" ], [ HAVE_HLS="no" ])
|
||||
])
|
||||
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue