summaryrefslogtreecommitdiff
path: root/gst/frei0r
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2012-11-30 20:01:16 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-11-30 20:01:16 +0000
commitcaa9014bceffa8154de1692c62ba3c99cbc04d62 (patch)
tree32edae791fdcdd826c19cd75030232d73f46a669 /gst/frei0r
parentaf2116cba6bf9f457e6cf6f4d8af8a9a6e9b7fc2 (diff)
downloadgstreamer-plugins-bad-caa9014bceffa8154de1692c62ba3c99cbc04d62.tar.gz
resindvd, frei0r: link to libgmodule-2.0 in plugins that use g_module_* API
Probably needed for other plugins as well.
Diffstat (limited to 'gst/frei0r')
-rw-r--r--gst/frei0r/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/frei0r/Makefile.am b/gst/frei0r/Makefile.am
index 79b23b80e..933e486b8 100644
--- a/gst/frei0r/Makefile.am
+++ b/gst/frei0r/Makefile.am
@@ -7,8 +7,8 @@ libgstfrei0r_la_SOURCES = \
gstfrei0rmixer.c
libgstfrei0r_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
-libgstfrei0r_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS) \
- -lgstvideo-@GST_API_VERSION@
+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