diff options
author | Edward Hervey <bilboed@bilboed.com> | 2014-09-23 09:43:05 +0200 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2014-09-23 10:46:43 +0200 |
commit | 744e17f3c5db2413d17879c9499e296f9baa5cdf (patch) | |
tree | b0c08a4e594d73f37f14e39174e570dd1330c90f | |
parent | 279f124f2dcf24c6d6f050a4b9c5a358ab2953dc (diff) |
check/soup: Define minimum version required
To avoid deprecation warnings
-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> |