From 49e0f8625929d18af4c9c5e009fb405101ef499b Mon Sep 17 00:00:00 2001 From: Richard Hult Date: Wed, 17 Oct 2007 14:33:03 +0000 Subject: [PATCH] gst/dvdspu/Makefile.am: Fix LIBS - we need to link against libgstreamer. Original commit message from CVS: Patch by: Richard Hult * gst/dvdspu/Makefile.am: Fix LIBS - we need to link against libgstreamer. --- ChangeLog | 7 +++++++ gst/dvdspu/Makefile.am | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6a0eb3dd9a..ec944f78f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-10-17 Tim-Philipp Müller + + Patch by: Richard Hult + + * gst/dvdspu/Makefile.am: + Fix LIBS - we need to link against libgstreamer. + 2007-10-17 Tim-Philipp Müller * sys/dvb/camapplication.c: diff --git a/gst/dvdspu/Makefile.am b/gst/dvdspu/Makefile.am index ad2b17dac1..ce017fdf35 100644 --- a/gst/dvdspu/Makefile.am +++ b/gst/dvdspu/Makefile.am @@ -4,7 +4,7 @@ plugin_LTLIBRARIES = libgstdvdspu.la libgstdvdspu_la_SOURCES = gstdvdspu.c gstdvdspu-render.c libgstdvdspu_la_CFLAGS = $(GST_CFLAGS) -libgstdvdspu_la_LIBADD = +libgstdvdspu_la_LIBADD = $(GST_LIBS) libgstdvdspu_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = gstdvdspu.h