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/jp2kdecimator/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'gst/jp2kdecimator') diff --git a/gst/jp2kdecimator/Makefile.am b/gst/jp2kdecimator/Makefile.am index 1107ebaf2..27973c56c 100644 --- a/gst/jp2kdecimator/Makefile.am +++ b/gst/jp2kdecimator/Makefile.am @@ -9,6 +9,5 @@ libgstjp2kdecimator_la_CFLAGS = \ libgstjp2kdecimator_la_LIBADD = \ $(GST_LIBS) $(GST_BASE_LIBS) libgstjp2kdecimator_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgstjp2kdecimator_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) noinst_HEADERS = gstjp2kdecimator.h jp2kcodestream.h -- cgit v1.2.1