diff options
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 |