diff options
author | Edward Hervey <bilboed@bilboed.com> | 2014-09-23 09:43:05 +0200 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2014-09-23 09:48:27 +0200 |
commit | 9e47ea2dc811315f492e84b746a9304a0d5b9edf (patch) | |
tree | 14d040db81427b06d7d5dc618edcd799af6d81fa /tests | |
parent | 8a4931726db431f19c903b22f3bdd81a9d87bf10 (diff) |
check/soup: Define minimum version required
To avoid deprecation warnings
Diffstat (limited to 'tests')
-rw-r--r-- | tests/check/elements/souphttpsrc.c | 2 |
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> |