From: Nicolas Dufresne Date: Tue, 16 May 2017 18:05:52 +0000 (-0400) Subject: Remove plugin specific static build option X-Git-Tag: 1.16.2~686^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5c8d4271d670cd3cb681af530670b3cc4e1fad45;p=platform%2Fupstream%2Fgst-plugins-good.git Remove plugin specific static build option Static and dynamic plugins now have the same interface. The standard --enable-static/--enable-shared toggle are sufficient. --- 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