summaryrefslogtreecommitdiff
path: root/gst/icydemux
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2014-11-23 16:22:12 +0000
committerTim-Philipp Müller <tim@centricular.com>2014-11-23 16:24:06 +0000
commit69ec922c168cda022cb018a50c351d3a7f84c762 (patch)
treefe99597db4cfaf593089fbac4c880bb2eba2ef2d /gst/icydemux
parentc53747bdf5c9ac46e55df98a0c4ac704de7419c4 (diff)
downloadgstreamer-plugins-good-69ec922c168cda022cb018a50c351d3a7f84c762.tar.gz
icydemux: does not need to link against zlib
Diffstat (limited to 'gst/icydemux')
-rw-r--r--gst/icydemux/Makefile.am2
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)