summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorxlazom00 <xlazom00@gmail.com>2016-08-07 00:10:24 +0000
committerTim-Philipp Müller <tim@centricular.com>2016-08-08 09:55:31 +0100
commiteda96ad1c18f407c16e1e7fdc97aada48d7b0275 (patch)
tree53fe807e731bd37143c11ca199760b6da6ac41af /gst
parent975f147abebe7e58fc74e8fb34f141ffec18dd06 (diff)
downloadgstreamer-plugins-ugly-eda96ad1c18f407c16e1e7fdc97aada48d7b0275.tar.gz
dvdlpcmdec: link libgstbase-1.0
https://bugzilla.gnome.org/show_bug.cgi?id=769610
Diffstat (limited to 'gst')
-rw-r--r--gst/dvdlpcmdec/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/dvdlpcmdec/Makefile.am b/gst/dvdlpcmdec/Makefile.am
index 2edb1203..1e542c3f 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_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
-libgstdvdlpcmdec_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_API_VERSION@ $(GST_LIBS)
+libgstdvdlpcmdec_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_API_VERSION@ $(GST_BASE_LIBS) $(GST_LIBS)
libgstdvdlpcmdec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstdvdlpcmdec_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)