summaryrefslogtreecommitdiff
blob: 7d7d5b1eed6f03ba03ac84e299eedb95794f972e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
--- ext/neon/gstneonhttpsrc.c.old	2008-03-30 20:56:39.000000000 +0200
+++ ext/neon/gstneonhttpsrc.c	2008-03-30 20:56:53.000000000 +0200
@@ -25,7 +25,7 @@
 #include <unistd.h>
 #endif /* _HAVE_UNISTD_H */
 
-#include <ne_redirect.h>
+#include <neon/ne_redirect.h>
 
 GST_DEBUG_CATEGORY_STATIC (neonhttpsrc_debug);
 #define GST_CAT_DEFAULT neonhttpsrc_debug
--- ext/neon/gstneonhttpsrc.h.old	2008-03-30 20:55:46.000000000 +0200
+++ ext/neon/gstneonhttpsrc.h	2008-03-30 20:56:02.000000000 +0200
@@ -23,9 +23,9 @@
 
 G_BEGIN_DECLS
 
-#include <ne_session.h>
-#include <ne_request.h>
-#include <ne_socket.h>
+#include <neon/ne_session.h>
+#include <neon/ne_request.h>
+#include <neon/ne_socket.h>
 
 #define GST_TYPE_NEONHTTP_SRC \
   (gst_neonhttp_src_get_type())
--- configure.ac	2008/03/23 23:09:39	1.1
+++ configure.ac	2008/03/23 23:10:15
@@ -747,7 +747,7 @@ AG_GST_CHECK_FEATURE(NAS, [nas plug-in],
 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.27.99, HAVE_NEON="yes", [
+  PKG_CHECK_MODULES(NEON, neon >= 0.26.0  neon <= 0.29.99, HAVE_NEON="yes", [
     HAVE_NEON="no"
     AC_MSG_RESULT(no)
   ])