mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
Remove GstAggregator from -bad, moved to core
https://bugzilla.gnome.org/show_bug.cgi?id=739010
This commit is contained in:
parent
9e4b3fbd82
commit
6c0744a5fc
2 changed files with 1 additions and 3 deletions
|
@ -13,7 +13,6 @@ libgstaudiomixer_la_CFLAGS = \
|
||||||
$(GST_CFLAGS) $(ORC_CFLAGS)
|
$(GST_CFLAGS) $(ORC_CFLAGS)
|
||||||
libgstaudiomixer_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstaudiomixer_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
libgstaudiomixer_la_LIBADD = \
|
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 \
|
$(top_builddir)/gst-libs/gst/audio/libgstbadaudio-$(GST_API_VERSION).la \
|
||||||
$(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_API_VERSION@ \
|
$(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_API_VERSION@ \
|
||||||
$(GST_BASE_LIBS) $(GST_LIBS) $(ORC_LIBS)
|
$(GST_BASE_LIBS) $(GST_LIBS) $(ORC_LIBS)
|
||||||
|
|
|
@ -26,8 +26,7 @@ gstaudiomixer = library('gstaudiomixer',
|
||||||
audiomixer_sources, orc_c, orc_h,
|
audiomixer_sources, orc_c, orc_h,
|
||||||
c_args : gst_plugins_bad_args + [ '-DGST_USE_UNSTABLE_API' ],
|
c_args : gst_plugins_bad_args + [ '-DGST_USE_UNSTABLE_API' ],
|
||||||
include_directories : [configinc],
|
include_directories : [configinc],
|
||||||
dependencies : [gstbadaudio_dep, gstbadbase_dep, gstaudio_dep, gstbase_dep,
|
dependencies : [gstbadaudio_dep, gstaudio_dep, gstbase_dep, orc_dep],
|
||||||
orc_dep],
|
|
||||||
install : true,
|
install : true,
|
||||||
install_dir : plugins_install_dir,
|
install_dir : plugins_install_dir,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue