check/soup: Define minimum version required

To avoid deprecation warnings
This commit is contained in:
Edward Hervey 2014-09-23 09:43:05 +02:00
parent 8a4931726d
commit 9e47ea2dc8

View 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>