mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
configure: Bump neon requirement to 0.27.0
Needed in order to have ne_set_connect_timeout Fixes bug #625076
This commit is contained in:
parent
4d7ce8c506
commit
dab76bc68e
1 changed files with 1 additions and 1 deletions
|
@ -1201,7 +1201,7 @@ AG_GST_CHECK_FEATURE(NAS, [nas plug-in], nassink, [
|
|||
dnl *** neon ***
|
||||
translit(dnm, m, l) AM_CONDITIONAL(USE_NEON, true)
|
||||
AG_GST_CHECK_FEATURE(NEON, [neon http client plugins], neonhttpsrc, [
|
||||
PKG_CHECK_MODULES(NEON, neon >= 0.26.0 neon <= 0.29.99, HAVE_NEON="yes", [
|
||||
PKG_CHECK_MODULES(NEON, neon >= 0.27.0 neon <= 0.29.99, HAVE_NEON="yes", [
|
||||
HAVE_NEON="no"
|
||||
AC_MSG_RESULT(no)
|
||||
])
|
||||
|
|
Loading…
Reference in a new issue