From ce94093ed4c095a478fd99700be79a2dd55afc22 Mon Sep 17 00:00:00 2001 From: Leif Johnson Date: Thu, 17 Oct 2002 20:05:58 +0000 Subject: Added measures and beats to the playondemand filter so it can act like an audio sequencer. Currently defines three ex... Original commit message from CVS: Added measures and beats to the playondemand filter so it can act like an audio sequencer. Currently defines three extra globally visible functions, might eventually want to put them in an interface instead ? --- gst/playondemand/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gst/playondemand/Makefile.am') diff --git a/gst/playondemand/Makefile.am b/gst/playondemand/Makefile.am index 63052ac1..43f12140 100644 --- a/gst/playondemand/Makefile.am +++ b/gst/playondemand/Makefile.am @@ -13,8 +13,7 @@ if HAVE_GTK noinst_PROGRAMS = demo_mp3 endif -demo_mp3_SOURCES = demo-mp3.c +demo_mp3_SOURCES = demo-mp3.c gstplayondemand.h ## putting GTK_CFLAGS first fixes a weird compilation error with GTK and XML demo_mp3_CFLAGS = $(GTK_CFLAGS) $(GST_CFLAGS) -demo_mp3_LDFLAGS = $(GST_LIBS) $(GTK_LIBS) - +demo_mp3_LDFLAGS = $(GST_LIBS) $(GTK_LIBS) ./libgstplayondemand.la -- cgit v1.2.1