From 40f4fc3d848039ce63c5c1f304f2839b420c8ae4 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Tue, 16 May 2017 14:05:52 -0400 Subject: [PATCH] Remove plugin specific static build option Static and dynamic plugins now have the same interface. The standard --enable-static/--enable-shared toggle are sufficient. --- gst/audiomixer/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/gst/audiomixer/Makefile.am b/gst/audiomixer/Makefile.am index 9104c1b806..72dc081cd0 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