From e51cd4fe2fab76b9924534878343ee9a682f6c85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 24 Oct 2012 12:16:39 +0200 Subject: gst: Add better support for static plugins --- gst/frei0r/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/frei0r') diff --git a/gst/frei0r/Makefile.am b/gst/frei0r/Makefile.am index 933e486b8..ba0e7f51e 100644 --- a/gst/frei0r/Makefile.am +++ b/gst/frei0r/Makefile.am @@ -10,7 +10,7 @@ libgstfrei0r_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFL libgstfrei0r_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-@GST_API_VERSION@ \ $(GST_BASE_LIBS) $(GST_LIBS) $(GMODULE_NO_EXPORT_LIBS) libgstfrei0r_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgstfrei0r_la_LIBTOOLFLAGS = --tag=disable-static +libgstfrei0r_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) noinst_HEADERS = gstfrei0r.h gstfrei0rfilter.h gstfrei0rsrc.h gstfrei0rmixer.h frei0r.h -- cgit v1.2.1