diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2017-12-02 16:01:25 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2017-12-02 16:14:36 +0000 |
commit | d01297e115e475760764d9caa4eb37b5f7f9f31a (patch) | |
tree | ac7a05eadf2f5acb747b6a7b052ec444bac59437 /ext/openmpt | |
parent | 737067e793ab0bda60b7ec28af9b6fa51ace4581 (diff) |
Remove GstAggregator from -bad, moved to core
https://bugzilla.gnome.org/show_bug.cgi?id=739010
Diffstat (limited to 'ext/openmpt')
-rw-r--r-- | ext/openmpt/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/openmpt/Makefile.am b/ext/openmpt/Makefile.am index a699a11e6..06f8ac170 100644 --- a/ext/openmpt/Makefile.am +++ b/ext/openmpt/Makefile.am @@ -9,7 +9,6 @@ libgstopenmpt_la_CFLAGS = \ $(GST_CFLAGS) $(OPENMPT_CFLAGS) libgstopenmpt_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstopenmpt_la_LIBADD = \ - $(top_builddir)/gst-libs/gst/base/libgstbadbase-$(GST_API_VERSION).la \ $(top_builddir)/gst-libs/gst/audio/libgstbadaudio-$(GST_API_VERSION).la \ $(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_API_VERSION@ \ $(GST_BASE_LIBS) $(GST_LIBS) $(OPENMPT_LIBS) |