mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 03:29:50 +00:00
neonhttpsrc: allow building with neon-0.30
https://bugzilla.gnome.org/show_bug.cgi?id=705812
This commit is contained in:
parent
d346e75606
commit
f604bc4964
1 changed files with 1 additions and 1 deletions
|
@ -1688,7 +1688,7 @@ AG_GST_CHECK_FEATURE(NAS, [nas plug-in], nassink, [
|
||||||
dnl *** neon ***
|
dnl *** neon ***
|
||||||
translit(dnm, m, l) AM_CONDITIONAL(USE_NEON, true)
|
translit(dnm, m, l) AM_CONDITIONAL(USE_NEON, true)
|
||||||
AG_GST_CHECK_FEATURE(NEON, [neon http client plugins], neonhttpsrc, [
|
AG_GST_CHECK_FEATURE(NEON, [neon http client plugins], neonhttpsrc, [
|
||||||
PKG_CHECK_MODULES(NEON, neon >= 0.27.0 neon <= 0.29.99, HAVE_NEON="yes", [
|
PKG_CHECK_MODULES(NEON, neon >= 0.27.0 neon <= 0.30.99, HAVE_NEON="yes", [
|
||||||
HAVE_NEON="no"
|
HAVE_NEON="no"
|
||||||
])
|
])
|
||||||
AC_SUBST(NEON_CFLAGS)
|
AC_SUBST(NEON_CFLAGS)
|
||||||
|
|
Loading…
Reference in a new issue