From c483cbf9046fc5b3911403146e550e3394eaa52c Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Tue, 16 May 2017 14:05:52 -0400 Subject: [PATCH] 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/compositor/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/gst/compositor/Makefile.am b/gst/compositor/Makefile.am index eee77d3..5d8e184 100644 --- a/gst/compositor/Makefile.am +++ b/gst/compositor/Makefile.am @@ -22,7 +22,6 @@ libgstcompositor_la_LIBADD = \ -lgstvideo-@GST_API_VERSION@ \ $(GST_BASE_LIBS) $(GST_LIBS) $(ORC_LIBS) $(LIBM) libgstcompositor_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgstcompositor_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) # headers we need but don't want installed noinst_HEADERS = \ -- 2.7.4