diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2014-11-23 16:22:12 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2014-11-23 16:24:06 +0000 |
commit | 69ec922c168cda022cb018a50c351d3a7f84c762 (patch) | |
tree | fe99597db4cfaf593089fbac4c880bb2eba2ef2d | |
parent | c53747bdf5c9ac46e55df98a0c4ac704de7419c4 (diff) |
icydemux: does not need to link against zlib
-rw-r--r-- | gst/icydemux/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/icydemux/Makefile.am b/gst/icydemux/Makefile.am index f7a4a82e9..98af4ed27 100644 --- a/gst/icydemux/Makefile.am +++ b/gst/icydemux/Makefile.am @@ -2,7 +2,7 @@ plugin_LTLIBRARIES = libgsticydemux.la libgsticydemux_la_SOURCES = gsticydemux.c libgsticydemux_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) -libgsticydemux_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgsttag-@GST_API_VERSION@ $(GST_BASE_LIBS) $(GST_LIBS) $(ZLIB_LIBS) +libgsticydemux_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgsttag-@GST_API_VERSION@ $(GST_BASE_LIBS) $(GST_LIBS) libgsticydemux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgsticydemux_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) |