Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gst-plugins-good.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2014-09-23 11:43:05 +0400
committerEdward Hervey <bilboed@bilboed.com>2014-09-23 11:48:27 +0400
commit9e47ea2dc811315f492e84b746a9304a0d5b9edf (patch)
tree14d040db81427b06d7d5dc618edcd799af6d81fa /tests/check/elements
parent8a4931726db431f19c903b22f3bdd81a9d87bf10 (diff)
check/soup: Define minimum version required
To avoid deprecation warnings
Diffstat (limited to 'tests/check/elements')
-rw-r--r--tests/check/elements/souphttpsrc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/check/elements/souphttpsrc.c b/tests/check/elements/souphttpsrc.c
index 4df322088..33431aca7 100644
--- 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>