From 4261692187c23eaf9be323a207bded94fbe164ea Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Tue, 16 May 2017 14:05:52 -0400 Subject: Remove plugin specific static build option Static and dynamic plugins now have the same interface. The standard --enable-static/--enable-shared toggle are sufficient. --- ext/ladspa/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/ladspa') diff --git a/ext/ladspa/Makefile.am b/ext/ladspa/Makefile.am index 5bba87771..d96bed8b6 100644 --- a/ext/ladspa/Makefile.am +++ b/ext/ladspa/Makefile.am @@ -23,7 +23,6 @@ libgstladspa_la_LIBADD = \ $(GST_LIBS) \ $(GMODULE_NO_EXPORT_LIBS) libgstladspa_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgstladspa_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) noinst_HEADERS = \ gstladspautils.h \ -- cgit v1.2.1