mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 02:15:31 +00:00
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.
This commit is contained in:
parent
2ae4242d8a
commit
49e0f86259
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue