From 3984e73c4315e6816d361ad4638980f7d41e13db Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 14 Sep 2005 11:23:44 +0000 Subject: Link smpte plugin against GST_BASE_LIBS, to get libgstbase; needed to build on win32 as this plugin uses collectpads ... Original commit message from CVS: Link smpte plugin against GST_BASE_LIBS, to get libgstbase; needed to build on win32 as this plugin uses collectpads (bug 316204) --- gst/smpte/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/smpte/Makefile.am') diff --git a/gst/smpte/Makefile.am b/gst/smpte/Makefile.am index 91d33177..add5327d 100644 --- a/gst/smpte/Makefile.am +++ b/gst/smpte/Makefile.am @@ -5,5 +5,5 @@ libgstsmpte_la_SOURCES = gstsmpte.c gstmask.c barboxwipes.c paint.c noinst_HEADERS = gstsmpte.h gstmask.h paint.h libgstsmpte_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) -libgstsmpte_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) +libgstsmpte_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) libgstsmpte_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -- cgit