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. --- tools/gst-project-maker | 1 - 1 file changed, 1 deletion(-) (limited to 'tools') diff --git a/tools/gst-project-maker b/tools/gst-project-maker index 087df66e1..00b4479a4 100755 --- a/tools/gst-project-maker +++ b/tools/gst-project-maker @@ -230,7 +230,6 @@ lib${gstreplace}_la_SOURCES = ${gstreplace}plugin.c ${gstreplace}.c ${gstreplace lib${gstreplace}_la_CFLAGS = \$(GST_CFLAGS) lib${gstreplace}_la_LIBADD = \$(GST_LIBS) lib${gstreplace}_la_LDFLAGS = \$(GST_PLUGIN_LDFLAGS) -lib${gstreplace}_la_LIBTOOLFLAGS = \$(GST_PLUGIN_LIBTOOLFLAGS) EOF -- cgit v1.2.1