From 86d714bd7106a26711f42cd2d7ba2fca8788ae29 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 24 Oct 2012 12:15:54 +0200 Subject: [PATCH] gst: Add better support for static plugins --- ext/lame/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/lame/Makefile.am b/ext/lame/Makefile.am index 7cacf2a..c7124dd 100644 --- a/ext/lame/Makefile.am +++ b/ext/lame/Makefile.am @@ -6,6 +6,6 @@ libgstlame_la_CFLAGS = \ libgstlame_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) -lgstaudio-$(GST_API_VERSION) \ $(GST_BASE_LIBS) $(GST_LIBS) $(LAME_LIBS) libgstlame_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgstlame_la_LIBTOOLFLAGS = --tag=disable-static +libgstlame_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) noinst_HEADERS = gstlamemp3enc.h -- 2.7.4