diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2002-11-02 13:57:18 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2002-11-02 13:57:18 +0000 |
commit | 92fc8636a18431b861b84e53b45d29318df7aad6 (patch) | |
tree | 3a262745e4f19d498ff94e300165dbd3e4276f1d /examples/seeking/Makefile.am | |
parent | 722a09ea7b915ac86ce4493b5d6f07d9dcaa7bce (diff) | |
download | gst-plugins-bad-92fc8636a18431b861b84e53b45d29318df7aad6.tar.gz gst-plugins-bad-92fc8636a18431b861b84e53b45d29318df7aad6.tar.bz2 gst-plugins-bad-92fc8636a18431b861b84e53b45d29318df7aad6.zip |
Added vorbis stream info extraction example
Original commit message from CVS:
Added vorbis stream info extraction example
Diffstat (limited to 'examples/seeking/Makefile.am')
-rw-r--r-- | examples/seeking/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/seeking/Makefile.am b/examples/seeking/Makefile.am index 3dd4f202..696b3159 100644 --- a/examples/seeking/Makefile.am +++ b/examples/seeking/Makefile.am @@ -1,7 +1,7 @@ -examples = seek spider_seek cdplayer cdparanoia +examples = seek spider_seek cdplayer cdparanoia vorbisfile noinst_PROGRAMS = $(examples) # we have nothing but apps here, we can do this safely LIBS = $(GST_LIBS) $(GTK_LIBS) $(FT2_LIBS) -AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) $(FT2_CFLAGS) +AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) |