mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
configure: fix build if gnutls is not present
Skip build of hls plugin if gnutls headers can't be found. https://bugzilla.gnome.org/show_bug.cgi?id=696392
This commit is contained in:
parent
dfa6c17de5
commit
659adfdea8
1 changed files with 1 additions and 1 deletions
|
@ -2136,7 +2136,7 @@ AG_GST_CHECK_FEATURE(SNDIO, [sndio audio], sndio, [
|
||||||
dnl *** hls ***
|
dnl *** hls ***
|
||||||
translit(dnm, m, l) AM_CONDITIONAL(USE_HLS, true)
|
translit(dnm, m, l) AM_CONDITIONAL(USE_HLS, true)
|
||||||
AG_GST_CHECK_FEATURE(HLS, [http live streaming plugin], hls, [
|
AG_GST_CHECK_FEATURE(HLS, [http live streaming plugin], hls, [
|
||||||
AG_GST_PKG_CHECK_MODULES(GNUTLS, gnutls, [ HAVE_HLS="yes" ], [ HAVE_HLS="no" ])
|
PKG_CHECK_MODULES(GNUTLS, gnutls, [ HAVE_HLS="yes" ], [ HAVE_HLS="no" ])
|
||||||
])
|
])
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue