Link smpte plugin against GST_BASE_LIBS, to get libgstbase; needed to build on win32...
authorMichael Smith <msmith@xiph.org>
Wed, 14 Sep 2005 11:23:44 +0000 (11:23 +0000)
committerMichael Smith <msmith@xiph.org>
Wed, 14 Sep 2005 11:23:44 +0000 (11:23 +0000)
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)

ChangeLog
gst/smpte/Makefile.am

index c29d84f..4ba3f0a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-09-14  Michael Smith <msmith@fluendo.com>
+
+       * gst/smpte/Makefile.am:
+         Link against GST_BASE_LIBS, to get it linked against libgstbase;
+         needed to build on windows (bug 316204)
+
 2005-09-12  Andy Wingo  <wingo@pobox.com>
 
        * autogen.sh (package): Now type 'make' to build gst-plugins-good.
index 91d3317..add5327 100644 (file)
@@ -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)