From: Sebastian Dröge Date: Wed, 24 Oct 2012 10:16:39 +0000 (+0200) Subject: gst: Add better support for static plugins X-Git-Tag: 1.10.4~100^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=deffbd375ec3927bf4e6a59c2cc00a1892f43ca9;p=platform%2Fupstream%2Fgst-plugins-ugly.git gst: Add better support for static plugins --- diff --git a/ext/mpg123/Makefile.am b/ext/mpg123/Makefile.am index 365fc76..3acdfa4 100644 --- a/ext/mpg123/Makefile.am +++ b/ext/mpg123/Makefile.am @@ -7,7 +7,7 @@ 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 = --tag=disable-static +libgstmpg123_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) noinst_HEADERS = gstmpg123audiodec.h