mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
gst/speed/Makefile.am: Fix build of speed.
Original commit message from CVS: 2005-10-18 Julien MOUTTE <julien@moutte.net> * gst/speed/Makefile.am: Fix build of speed.
This commit is contained in:
parent
7da0e3ec00
commit
c9bc123cbe
3 changed files with 6 additions and 2 deletions
|
@ -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),
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 30c7a70b1d4765d26789950ca8e983284c0a05b3
|
||||
Subproject commit c177a03619c91e42d301ee181828f3ee4753b0bf
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue