diff options
author | Thiago Santos <thiagoss@osg.samsung.com> | 2016-05-14 12:15:48 -0300 |
---|---|---|
committer | Thiago Santos <thiagoss@osg.samsung.com> | 2016-05-15 06:36:25 -0300 |
commit | 9b52a5b9af202b5979762867856a07844c39160b (patch) | |
tree | 953ae8e48be426becf174a1e730e62a797a06e1e | |
parent | 8816764112408766889c8b680a3af51115df4bf5 (diff) |
soup: update build to warn about newer deprecated functions
We already depend on 2.48
-rw-r--r-- | ext/soup/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/soup/Makefile.am b/ext/soup/Makefile.am index c1bd73571..63e5fec9e 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) |