diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2006-08-31 13:04:31 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2006-08-31 13:04:31 +0000 |
commit | a69947cddbb58ceab34e1777571ca01e272a945f (patch) | |
tree | 89d72d85bb8090888bf8321ac9793c6bb1dc8804 /gst/dvdlpcmdec | |
parent | 4aa0e9f5d517c7e9753b60719884f0d6cc8e60b0 (diff) |
Add missing GST_LIBS to the link flags
Original commit message from CVS:
* ext/lame/Makefile.am:
* ext/mpeg2dec/Makefile.am:
* gst/dvdlpcmdec/Makefile.am:
* gst/dvdsub/Makefile.am:
* gst/mpegaudioparse/Makefile.am:
Add missing GST_LIBS to the link flags
Diffstat (limited to 'gst/dvdlpcmdec')
-rw-r--r-- | gst/dvdlpcmdec/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/dvdlpcmdec/Makefile.am b/gst/dvdlpcmdec/Makefile.am index 31e51169..d88772b1 100644 --- a/gst/dvdlpcmdec/Makefile.am +++ b/gst/dvdlpcmdec/Makefile.am @@ -3,7 +3,7 @@ plugin_LTLIBRARIES = libgstdvdlpcmdec.la libgstdvdlpcmdec_la_SOURCES = gstdvdlpcmdec.c libgstdvdlpcmdec_la_CFLAGS = $(GST_CFLAGS) -libgstdvdlpcmdec_la_LIBADD = +libgstdvdlpcmdec_la_LIBADD = $(GST_LIBS) libgstdvdlpcmdec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = gstdvdlpcmdec.h |