check/soup: Define minimum version required
authorEdward Hervey <bilboed@bilboed.com>
Tue, 23 Sep 2014 07:43:05 +0000 (09:43 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Tue, 23 Sep 2014 07:48:27 +0000 (09:48 +0200)
To avoid deprecation warnings

tests/check/elements/souphttpsrc.c

index 4df3220..33431ac 100644 (file)
@@ -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>