diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-11-30 20:01:16 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-11-30 20:01:16 +0000 |
commit | caa9014bceffa8154de1692c62ba3c99cbc04d62 (patch) | |
tree | 32edae791fdcdd826c19cd75030232d73f46a669 /ext/resindvd/Makefile.am | |
parent | af2116cba6bf9f457e6cf6f4d8af8a9a6e9b7fc2 (diff) | |
download | gstreamer-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 'ext/resindvd/Makefile.am')
-rw-r--r-- | ext/resindvd/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/resindvd/Makefile.am b/ext/resindvd/Makefile.am index 1ad4a1d54..bc51f9b13 100644 --- a/ext/resindvd/Makefile.am +++ b/ext/resindvd/Makefile.am @@ -18,7 +18,7 @@ $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \ $(GST_CFLAGS) $(DVDNAV_CFLAGS) libgstresindvd_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \ -lgstvideo-$(GST_API_VERSION) -lgstpbutils-$(GST_API_VERSION) \ -$(GST_BASE_LIBS) $(GST_LIBS) $(DVDNAV_LIBS) +$(GST_BASE_LIBS) $(GST_LIBS) $(GMODULE_NO_EXPORT_LIBS) $(DVDNAV_LIBS) libgstresindvd_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstresindvd_la_LIBTOOLFLAGS = --tag=disable-static |