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/faad/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/faad') diff --git a/ext/faad/Makefile.am b/ext/faad/Makefile.am index 56ad30f4c..8e536ebb2 100644 --- a/ext/faad/Makefile.am +++ b/ext/faad/Makefile.am @@ -7,6 +7,5 @@ libgstfaad_la_CFLAGS = \ libgstfaad_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_API_VERSION@ \ $(GST_BASE_LIBS) $(GST_LIBS) $(FAAD_LIBS) $(LIBM) libgstfaad_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgstfaad_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) noinst_HEADERS = gstfaad.h -- cgit v1.2.1