mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
configure.ac: Update the highest allowed neon version from 0.26.99 to 0.27.99.
Original commit message from CVS: * configure.ac: Update the highest allowed neon version from 0.26.99 to 0.27.99. No code changes are required to work with the newest neon version.
This commit is contained in:
parent
bb6c23aa43
commit
93ee0f26d9
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2007-10-14 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* configure.ac:
|
||||
Update the highest allowed neon version from 0.26.99 to 0.27.99.
|
||||
No code changes are required to work with the newest neon version.
|
||||
|
||||
2007-10-10 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* configure.ac:
|
||||
|
|
|
@ -727,7 +727,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.26.99, HAVE_NEON="yes", [
|
||||
PKG_CHECK_MODULES(NEON, neon >= 0.26.0 neon <= 0.27.99, HAVE_NEON="yes", [
|
||||
HAVE_NEON="no"
|
||||
AC_MSG_RESULT(no)
|
||||
])
|
||||
|
|
Loading…
Reference in a new issue