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/sbc/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/sbc') diff --git a/ext/sbc/Makefile.am b/ext/sbc/Makefile.am index 59f0c7ccb..43ff2cc7b 100644 --- a/ext/sbc/Makefile.am +++ b/ext/sbc/Makefile.am @@ -19,4 +19,3 @@ libgstsbc_la_LIBADD = \ $(GST_BASE_LIBS) $(GST_LIBS) \ $(SBC_LIBS) libgstsbc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgstsbc_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) -- cgit v1.2.1