mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
tests: fix compilation of souphttpsrc test for libsoup 2.40 for real
https://bugzilla.gnome.org/show_bug.cgi?id=727329
This commit is contained in:
parent
cf94d498e6
commit
c3bd2bdcf4
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
#include <libsoup/soup.h>
|
||||
#include <gst/check/gstcheck.h>
|
||||
|
||||
#if !defined(SOUP_CHECK_VERSION) || !SOUP_CHECK_VERSION(2, 44, 0)
|
||||
#if !defined(SOUP_MINOR_VERSION) || SOUP_MINOR_VERSION < 44
|
||||
#define SoupStatus SoupKnownStatusCode
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue