From 9b52a5b9af202b5979762867856a07844c39160b Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Sat, 14 May 2016 12:15:48 -0300 Subject: [PATCH] soup: update build to warn about newer deprecated functions We already depend on 2.48 --- ext/soup/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/soup/Makefile.am b/ext/soup/Makefile.am index c1bd73571e..63e5fec9e4 100644 --- a/ext/soup/Makefile.am +++ b/ext/soup/Makefile.am @@ -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)