diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2005-02-10 15:06:13 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2005-02-10 15:06:13 +0000 |
commit | 909da9fb0489c3744547e6386531461c072da5fc (patch) | |
tree | f0cca5239d10580fa9d6840f3d9fa03da0ad31c9 /gst/speed/Makefile.am | |
parent | d7af68b7c8447e1b444e98ca1cb4a5f917a4b5b3 (diff) | |
download | gst-plugins-bad-909da9fb0489c3744547e6386531461c072da5fc.tar.gz gst-plugins-bad-909da9fb0489c3744547e6386531461c072da5fc.tar.bz2 gst-plugins-bad-909da9fb0489c3744547e6386531461c072da5fc.zip |
and make it handle more than one channel.
Original commit message from CVS:
Fix speed element and make it chain-based (fixes #156467), and make it handle more than one channel.
Diffstat (limited to 'gst/speed/Makefile.am')
-rw-r--r-- | gst/speed/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/speed/Makefile.am b/gst/speed/Makefile.am index 7062fa95..9f866624 100644 --- a/gst/speed/Makefile.am +++ b/gst/speed/Makefile.am @@ -6,7 +6,7 @@ libgstspeed_la_CFLAGS = $(GST_CFLAGS) libgstspeed_la_LIBADD = libgstspeed_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -noinst_HEADERS = gstspeed.h filter.func +noinst_HEADERS = gstspeed.h if HAVE_GTK noinst_PROGRAMS = demo-mp3 |