diff options
author | Andy Wingo <wingo@pobox.com> | 2002-06-12 03:32:02 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2002-06-12 03:32:02 +0000 |
commit | db515dbd19baf2d2d1fe4b653f4de5f728c274d1 (patch) | |
tree | 881cd51e04f686bfc371870f72db860c72c3657f /gst/speed/Makefile.am | |
parent | 9f08fd8e6a90f42cca922d6b92412fbbed4cc597 (diff) | |
download | gstreamer-plugins-bad-db515dbd19baf2d2d1fe4b653f4de5f728c274d1.tar.gz |
working jack elements (fixed a problem in upstream jack) random other fixen...
Original commit message from CVS:
* working jack elements (fixed a problem in upstream jack)
* random other fixen...
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 6a75868f9..7ab9f2cbf 100644 --- a/gst/speed/Makefile.am +++ b/gst/speed/Makefile.am @@ -10,7 +10,7 @@ libgstspeed_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = gstspeed.h filter.func if HAVE_GTK -noinst_PROGRAMS = demo_mp3 +noinst_PROGRAMS = demo-mp3 endif demo_mp3_SOURCES = demo-mp3.c |