diff options
author | Flavio Oliveira <flavio.oliveira@indt.org.br> | 2005-09-08 15:56:38 +0000 |
---|---|---|
committer | Flavio Oliveira <flavio.oliveira@indt.org.br> | 2005-09-08 15:56:38 +0000 |
commit | 0b31be8a04505aff53c1b0407dd1e3f65dcefa72 (patch) | |
tree | 46915ebeaa397ac19fa740e002b2e480cc2d1c18 /gst/speed/Makefile.am | |
parent | 82876ce8966e1afbecd74834dda158f20d1518ef (diff) | |
download | gst-plugins-bad-0b31be8a04505aff53c1b0407dd1e3f65dcefa72.tar.gz gst-plugins-bad-0b31be8a04505aff53c1b0407dd1e3f65dcefa72.tar.bz2 gst-plugins-bad-0b31be8a04505aff53c1b0407dd1e3f65dcefa72.zip |
Ported speed Plugin to GStreamer 0.9
Original commit message from CVS:
Ported speed Plugin to GStreamer 0.9
Diffstat (limited to 'gst/speed/Makefile.am')
-rw-r--r-- | gst/speed/Makefile.am | 12 |
1 files changed, 6 insertions, 6 deletions
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) |