mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
configure.ac: We require libneon >= 26 now for the query field in ne_uri.
Original commit message from CVS: * configure.ac: We require libneon >= 26 now for the query field in ne_uri.
This commit is contained in:
parent
de5d4c6313
commit
e9bedf4926
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-09-28 Wim Taymans <wim.taymans@gmail.com>
|
||||
|
||||
* configure.ac:
|
||||
We require libneon >= 26 now for the query field in ne_uri.
|
||||
|
||||
2007-09-28 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
Patch by: Wouter Cloetens <wouter@mind.be>
|
||||
|
|
|
@ -726,7 +726,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.25.5 neon <= 0.26.99, HAVE_NEON="yes", [
|
||||
PKG_CHECK_MODULES(NEON, neon >= 0.26.0 neon <= 0.26.99, HAVE_NEON="yes", [
|
||||
HAVE_NEON="no"
|
||||
AC_MSG_RESULT(no)
|
||||
])
|
||||
|
|
Loading…
Reference in a new issue