mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 19:42:26 +00:00
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:
parent
fe592fc65b
commit
f401f0bc94
2 changed files with 6 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue