Remove GstAggregator from -bad, moved to core
authorTim-Philipp Müller <tim@centricular.com>
Sat, 2 Dec 2017 16:01:25 +0000 (16:01 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 2 Dec 2017 16:14:36 +0000 (16:14 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=739010

gst/audiomixer/Makefile.am
gst/audiomixer/meson.build

index 72dc081..f1a4d73 100644 (file)
@@ -13,7 +13,6 @@ libgstaudiomixer_la_CFLAGS = \
        $(GST_CFLAGS) $(ORC_CFLAGS)
 libgstaudiomixer_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 libgstaudiomixer_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) $(ORC_LIBS)
index e635ee6..ccfe1b9 100644 (file)
@@ -26,8 +26,7 @@ gstaudiomixer = library('gstaudiomixer',
   audiomixer_sources, orc_c, orc_h,
   c_args : gst_plugins_bad_args + [ '-DGST_USE_UNSTABLE_API' ],
   include_directories : [configinc],
-  dependencies : [gstbadaudio_dep, gstbadbase_dep, gstaudio_dep, gstbase_dep,
-                 orc_dep],
+  dependencies : [gstbadaudio_dep, gstaudio_dep, gstbase_dep, orc_dep],
   install : true,
   install_dir : plugins_install_dir,
 )