soup: update build to warn about newer deprecated functions
authorThiago Santos <thiagoss@osg.samsung.com>
Sat, 14 May 2016 15:15:48 +0000 (12:15 -0300)
committerThiago Santos <thiagoss@osg.samsung.com>
Sun, 15 May 2016 09:36:25 +0000 (06:36 -0300)
We already depend on 2.48

ext/soup/Makefile.am

index c1bd735..63e5fec 100644 (file)
@@ -4,8 +4,8 @@ libgstsouphttpsrc_la_SOURCES = gstsouphttpsrc.c gstsouphttpclientsink.c gstsoupu
 
 libgstsouphttpsrc_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \
        $(GST_CFLAGS) $(SOUP_CFLAGS) \
-       -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_26 \
-       -DSOUP_VERSION_MAX_ALLOWED=SOUP_DEPRECATED_IN_2_26
+       -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_48 \
+       -DSOUP_VERSION_MAX_ALLOWED=SOUP_DEPRECATED_IN_2_48
 libgstsouphttpsrc_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgsttag-@GST_API_VERSION@ $(GST_BASE_LIBS) $(SOUP_LIBS)
 libgstsouphttpsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 libgstsouphttpsrc_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)