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/mpegdemux/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'gst/mpegdemux') diff --git a/gst/mpegdemux/Makefile.am b/gst/mpegdemux/Makefile.am index dd431345a..0ecad0a1f 100644 --- a/gst/mpegdemux/Makefile.am +++ b/gst/mpegdemux/Makefile.am @@ -13,7 +13,6 @@ libgstmpegpsdemux_la_LIBADD = \ -lgstpbutils-$(GST_API_VERSION) \ $(GST_BASE_LIBS) -lgstbase-$(GST_API_VERSION) $(GST_LIBS) libgstmpegpsdemux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgstmpegpsdemux_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) noinst_HEADERS = \ gstmpegdefs.h \ -- cgit v1.2.1