diff options
author | Richard Hult <richard@imendio.com> | 2007-10-17 14:33:03 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-10-17 14:33:03 +0000 |
commit | 49e0f8625929d18af4c9c5e009fb405101ef499b (patch) | |
tree | 44d4c572556c15eb5ed4bf061d9f449f8a192ad5 /gst | |
parent | 2ae4242d8a598abe670a1bbe4fef0f8eaee9ac39 (diff) | |
download | gst-plugins-bad-49e0f8625929d18af4c9c5e009fb405101ef499b.tar.gz gst-plugins-bad-49e0f8625929d18af4c9c5e009fb405101ef499b.tar.bz2 gst-plugins-bad-49e0f8625929d18af4c9c5e009fb405101ef499b.zip |
gst/dvdspu/Makefile.am: Fix LIBS - we need to link against libgstreamer.
Original commit message from CVS:
Patch by: Richard Hult <richard imendio com>
* gst/dvdspu/Makefile.am:
Fix LIBS - we need to link against libgstreamer.
Diffstat (limited to 'gst')
-rw-r--r-- | gst/dvdspu/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |