diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2017-05-16 14:05:52 -0400 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2017-05-16 14:05:52 -0400 |
commit | 4261692187c23eaf9be323a207bded94fbe164ea (patch) | |
tree | 58feab9339aed86f7e22596efab5db80dd3af0cf /gst/audiomixer/Makefile.am | |
parent | 1c6cd54477c0c467293d28601d51fdf931237a4b (diff) | |
download | gstreamer-plugins-bad-4261692187c23eaf9be323a207bded94fbe164ea.tar.gz |
Remove plugin specific static build option
Static and dynamic plugins now have the same interface. The standard
--enable-static/--enable-shared toggle are sufficient.
Diffstat (limited to 'gst/audiomixer/Makefile.am')
-rw-r--r-- | gst/audiomixer/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/audiomixer/Makefile.am b/gst/audiomixer/Makefile.am index 9104c1b80..72dc081cd 100644 --- a/gst/audiomixer/Makefile.am +++ b/gst/audiomixer/Makefile.am @@ -17,7 +17,6 @@ libgstaudiomixer_la_LIBADD = \ $(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) -libgstaudiomixer_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) noinst_HEADERS = gstaudiomixer.h gstaudiointerleave.h |