projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf94d49
)
tests: fix compilation of souphttpsrc test for libsoup 2.40 for real
author
Tim-Philipp Müller
<tim@centricular.com>
Wed, 7 May 2014 14:49:39 +0000
(15:49 +0100)
committer
Tim-Philipp Müller
<tim@centricular.com>
Wed, 7 May 2014 14:49:39 +0000
(15:49 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=727329
tests/check/elements/souphttpsrc.c
patch
|
blob
|
history
diff --git
a/tests/check/elements/souphttpsrc.c
b/tests/check/elements/souphttpsrc.c
index 13c0aca1275f21f918052035c858791e5383ee2e..4df3220888defa873cb8e40e6ea38eb1803deffa 100644
(file)
--- a/
tests/check/elements/souphttpsrc.c
+++ b/
tests/check/elements/souphttpsrc.c
@@
-30,7
+30,7
@@
#include <libsoup/soup.h>
#include <gst/check/gstcheck.h>
-#if !defined(SOUP_
CHECK_VERSION) || !SOUP_CHECK_VERSION(2, 44, 0)
+#if !defined(SOUP_
MINOR_VERSION) || SOUP_MINOR_VERSION < 44
#define SoupStatus SoupKnownStatusCode
#endif