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 | |
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')
-rw-r--r-- | gst/dvdlpcmdec/Makefile.am | 2 | ||||
-rw-r--r-- | gst/dvdsub/Makefile.am | 2 | ||||
-rw-r--r-- | gst/mpegaudioparse/Makefile.am | 2 |
3 files changed, 3 insertions, 3 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 diff --git a/gst/dvdsub/Makefile.am b/gst/dvdsub/Makefile.am index 2d2e1345..f2e734d5 100644 --- a/gst/dvdsub/Makefile.am +++ b/gst/dvdsub/Makefile.am @@ -3,7 +3,7 @@ plugin_LTLIBRARIES = libgstdvdsub.la libgstdvdsub_la_SOURCES = gstdvdsubdec.c libgstdvdsub_la_CFLAGS = $(GST_CFLAGS) -libgstdvdsub_la_LIBADD = +libgstdvdsub_la_LIBADD = $(GST_LIBS) libgstdvdsub_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = gstdvdsubdec.h diff --git a/gst/mpegaudioparse/Makefile.am b/gst/mpegaudioparse/Makefile.am index 02f8a2ee..9a35bdd5 100644 --- a/gst/mpegaudioparse/Makefile.am +++ b/gst/mpegaudioparse/Makefile.am @@ -2,7 +2,7 @@ plugin_LTLIBRARIES = libgstmpegaudioparse.la libgstmpegaudioparse_la_SOURCES = gstmpegaudioparse.c libgstmpegaudioparse_la_CFLAGS = $(GST_CFLAGS) -libgstmpegaudioparse_la_LIBADD = +libgstmpegaudioparse_la_LIBADD = $(GST_LIBS) libgstmpegaudioparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = gstmpegaudioparse.h |