mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
49e0f86259
Original commit message from CVS: Patch by: Richard Hult <richard imendio com> * gst/dvdspu/Makefile.am: Fix LIBS - we need to link against libgstreamer.
12 lines
275 B
Makefile
12 lines
275 B
Makefile
|
|
plugin_LTLIBRARIES = libgstdvdspu.la
|
|
|
|
libgstdvdspu_la_SOURCES = gstdvdspu.c gstdvdspu-render.c
|
|
|
|
libgstdvdspu_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstdvdspu_la_LIBADD = $(GST_LIBS)
|
|
libgstdvdspu_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstdvdspu.h
|
|
|
|
EXTRA_DIST = Notes.txt
|