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:
8a49317
)
check/soup: Define minimum version required
author
Edward Hervey
<bilboed@bilboed.com>
Tue, 23 Sep 2014 07:43:05 +0000
(09:43 +0200)
committer
Edward Hervey
<bilboed@bilboed.com>
Tue, 23 Sep 2014 07:48:27 +0000
(09:48 +0200)
To avoid deprecation warnings
tests/check/elements/souphttpsrc.c
patch
|
blob
|
history
diff --git
a/tests/check/elements/souphttpsrc.c
b/tests/check/elements/souphttpsrc.c
index
4df3220
..
33431ac
100644
(file)
--- a/
tests/check/elements/souphttpsrc.c
+++ b/
tests/check/elements/souphttpsrc.c
@@
-27,6
+27,8
@@
#include <glib.h>
#include <glib/gprintf.h>
+
+#define SOUP_VERSION_MIN_REQUIRED (SOUP_VERSION_2_40)
#include <libsoup/soup.h>
#include <gst/check/gstcheck.h>