From: Nicolas Dufresne Date: Tue, 16 May 2017 18:07:56 +0000 (-0400) Subject: Remove plugin specific static build option X-Git-Tag: 1.16.2~907^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d68fc85d605c0fa680baf3010323ce4539c6dbc4;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/mpg123/Makefile.am b/ext/mpg123/Makefile.am index 6c96207..465f325 100644 --- a/ext/mpg123/Makefile.am +++ b/ext/mpg123/Makefile.am @@ -7,6 +7,5 @@ libgstmpg123_la_CFLAGS = -DGST_USE_UNSTABLE_API \ libgstmpg123_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_API_VERSION@ \ $(GST_BASE_LIBS) $(GST_LIBS) $(MPG123_LIBS) libgstmpg123_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgstmpg123_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) noinst_HEADERS = gstmpg123audiodec.h