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/autoconvert/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'gst/autoconvert') diff --git a/gst/autoconvert/Makefile.am b/gst/autoconvert/Makefile.am index 1e3c5fb00..1de4a8208 100644 --- a/gst/autoconvert/Makefile.am +++ b/gst/autoconvert/Makefile.am @@ -5,6 +5,5 @@ libgstautoconvert_la_SOURCES = gstautoconvert.c gstautovideoconvert.c plugin.c libgstautoconvert_la_CFLAGS = $(GST_CFLAGS) libgstautoconvert_la_LIBADD = $(GST_LIBS) libgstautoconvert_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgstautoconvert_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) noinst_HEADERS = gstautoconvert.h gstautovideoconvert.h -- cgit v1.2.3