diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2007-02-24 22:52:48 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-02-24 22:52:48 +0000 |
commit | bc8d60a4e34445d4fe95e50654a737ad91d52772 (patch) | |
tree | 0f99d40bc59b537ffe102341b9e0987015e54f32 /ext/ladspa | |
parent | da5144bc04185eff0cf95b8fbc6da347007b8a81 (diff) | |
download | gst-plugins-bad-bc8d60a4e34445d4fe95e50654a737ad91d52772.tar.gz gst-plugins-bad-bc8d60a4e34445d4fe95e50654a737ad91d52772.tar.bz2 gst-plugins-bad-bc8d60a4e34445d4fe95e50654a737ad91d52772.zip |
Fix build with LDFLAGS='-Wl,-z,defs'.
Original commit message from CVS:
* configure.ac:
* ext/gsm/Makefile.am:
* ext/ladspa/Makefile.am:
* ext/wavpack/Makefile.am:
* gst/equalizer/Makefile.am:
* gst/filter/Makefile.am:
* gst/mve/Makefile.am:
* gst/nsf/Makefile.am:
* gst/replaygain/Makefile.am:
* gst/speed/Makefile.am:
Fix build with LDFLAGS='-Wl,-z,defs'.
Diffstat (limited to 'ext/ladspa')
-rw-r--r-- | ext/ladspa/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ladspa/Makefile.am b/ext/ladspa/Makefile.am index 6c1ea3b7..c3ded10a 100644 --- a/ext/ladspa/Makefile.am +++ b/ext/ladspa/Makefile.am @@ -2,7 +2,7 @@ plugin_LTLIBRARIES = libgstladspa.la libgstladspa_la_SOURCES = gstsignalprocessor.c gstladspa.c search.c load.c libgstladspa_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CONTROLLER_CFLAGS) $(GST_CFLAGS) -libgstladspa_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_MAJORMINOR) +libgstladspa_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_MAJORMINOR) $(LIBM) libgstladspa_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = gstsignalprocessor.h gstladspa.h utils.h |