ext/mad/Makefile.am: Link to audio helper from plugins-base.

Original commit message from CVS:
* ext/mad/Makefile.am:
Link to audio helper from plugins-base.
This commit is contained in:
Stefan Kost 2007-07-24 06:58:41 +00:00
parent fe592fc65b
commit f401f0bc94
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-07-24 Stefan Kost <ensonic@users.sf.net>
* ext/mad/Makefile.am:
Link to audio helper from plugins-base.
2007-07-24 Sebastian Dröge <slomo@circular-chaos.org>
* configure.ac:

View file

@ -7,7 +7,7 @@ libgstmad_la_CFLAGS = \
$(MAD_CFLAGS) $(ID3_CFLAGS)
libgstmad_la_LIBADD = \
$(GST_PLUGINS_BASE_LIBS) -lgsttag-$(GST_MAJORMINOR) \
$(MAD_LIBS) $(ID3_LIBS)
-lgstaudio-$(GST_MAJORMINOR) $(MAD_LIBS) $(ID3_LIBS)
libgstmad_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = gstmad.h