From 0b31be8a04505aff53c1b0407dd1e3f65dcefa72 Mon Sep 17 00:00:00 2001 From: Flavio Oliveira Date: Thu, 8 Sep 2005 15:56:38 +0000 Subject: Ported speed Plugin to GStreamer 0.9 Original commit message from CVS: Ported speed Plugin to GStreamer 0.9 --- gst/speed/Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'gst/speed/Makefile.am') diff --git a/gst/speed/Makefile.am b/gst/speed/Makefile.am index 9f866624..a73d2ab4 100644 --- a/gst/speed/Makefile.am +++ b/gst/speed/Makefile.am @@ -8,10 +8,10 @@ libgstspeed_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = gstspeed.h -if HAVE_GTK -noinst_PROGRAMS = demo-mp3 -endif +#if HAVE_GTK +#noinst_PROGRAMS = demo-mp3 +#endif -demo_mp3_SOURCES = demo-mp3.c -demo_mp3_CFLAGS = $(GTK_CFLAGS) $(GST_CFLAGS) -demo_mp3_LDFLAGS = $(GST_LIBS) $(GTK_LIBS) +#demo_mp3_SOURCES = demo-mp3.c +#demo_mp3_CFLAGS = $(GTK_CFLAGS) $(GST_CFLAGS) +#demo_mp3_LDFLAGS = $(GST_LIBS) $(GTK_LIBS) -- cgit v1.2.1