summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--gst/dvdspu/Makefile.am2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a0eb3dd..ec944f78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2007-10-17 Tim-Philipp Müller <tim at centricular dot net>
+ Patch by: Richard Hult <richard imendio com>
+
+ * gst/dvdspu/Makefile.am:
+ Fix LIBS - we need to link against libgstreamer.
+
+2007-10-17 Tim-Philipp Müller <tim at centricular dot net>
+
* sys/dvb/camapplication.c:
* sys/dvb/camresourcemanager.c:
Fix some warnings.
diff --git a/gst/dvdspu/Makefile.am b/gst/dvdspu/Makefile.am
index ad2b17da..ce017fdf 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