diff options
author | Steve Baker <steve@stevebaker.org> | 2002-08-11 12:20:43 +0000 |
---|---|---|
committer | Steve Baker <steve@stevebaker.org> | 2002-08-11 12:20:43 +0000 |
commit | 07079bca8cadfa254f42ee4b8c99c63fe21f0302 (patch) | |
tree | a1f5d5a0186246871ac66246ce0b8f61958c555b /ext/ladspa/Makefile.am | |
parent | 896e4656a73b9425f5e04a02da0167143097e9e7 (diff) | |
download | gst-plugins-bad-07079bca8cadfa254f42ee4b8c99c63fe21f0302.tar.gz gst-plugins-bad-07079bca8cadfa254f42ee4b8c99c63fe21f0302.tar.bz2 gst-plugins-bad-07079bca8cadfa254f42ee4b8c99c63fe21f0302.zip |
use gstcontrol as a lib, not a plugin
Original commit message from CVS:
use gstcontrol as a lib, not a plugin
Diffstat (limited to 'ext/ladspa/Makefile.am')
-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 27519c82..9580eeb3 100644 --- a/ext/ladspa/Makefile.am +++ b/ext/ladspa/Makefile.am @@ -4,7 +4,7 @@ plugin_LTLIBRARIES = libgstladspa.la libgstladspa_la_SOURCES = gstladspa.c search.c load.c libgstladspa_la_CFLAGS = $(GST_CFLAGS) -libgstladspa_la_LIBADD = +libgstladspa_la_LIBADD = $(GST_LIBS) -lgstcontrol libgstladspa_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = gstladspa.h utils.h |