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. --- gst/inter/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'gst/inter') diff --git a/gst/inter/Makefile.am b/gst/inter/Makefile.am index 773facfca..e773cc962 100644 --- a/gst/inter/Makefile.am +++ b/gst/inter/Makefile.am @@ -34,7 +34,6 @@ libgstinter_la_LIBADD = \ $(LIBM) libgstinter_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgstinter_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) gstintertest_SOURCES = \ gstintertest.c -- cgit v1.2.1