From 5c8d4271d670cd3cb681af530670b3cc4e1fad45 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. --- ext/gtk/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/gtk/Makefile.am b/ext/gtk/Makefile.am index fdf860f..7736b24 100644 --- a/ext/gtk/Makefile.am +++ b/ext/gtk/Makefile.am @@ -36,7 +36,6 @@ libgstgtk_la_LIBADD = \ libgstgtk_la_SOURCES = $(sources) libgstgtk_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgstgtk_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) if USE_GTK3_GL if USE_GL -- 2.7.4