gst/speed/Makefile.am: Fix build of speed.
authorJulien Moutte <julien@moutte.net>
Tue, 18 Oct 2005 08:39:41 +0000 (08:39 +0000)
committerJulien Moutte <julien@moutte.net>
Tue, 18 Oct 2005 08:39:41 +0000 (08:39 +0000)
Original commit message from CVS:
2005-10-18  Julien MOUTTE  <julien@moutte.net>

* gst/speed/Makefile.am: Fix build of speed.

ChangeLog
common
gst/speed/Makefile.am

index dd2479e..63d8ce6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-10-18  Julien MOUTTE  <julien@moutte.net>
+
+       * gst/speed/Makefile.am: Fix build of speed. 
+
 2005-10-17  Edgard Lima <edgard.lima@indt.org.br>
 
        * gst/speed/gstspeed.c: (speed_chain), (speed_setcaps),
diff --git a/common b/common
index 30c7a70..c177a03 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 30c7a70b1d4765d26789950ca8e983284c0a05b3
+Subproject commit c177a03619c91e42d301ee181828f3ee4753b0bf
index a73d2ab..d2b7572 100644 (file)
@@ -2,7 +2,7 @@
 plugin_LTLIBRARIES = libgstspeed.la
 
 libgstspeed_la_SOURCES = gstspeed.c
-libgstspeed_la_CFLAGS = $(GST_CFLAGS)
+libgstspeed_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
 libgstspeed_la_LIBADD =
 libgstspeed_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)