From d0bd91a5461b28015903b7e00a290cbec9819de9 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sun, 20 Oct 2002 17:12:54 +0000 Subject: Add an example that shows transcoding stats for mpeg audio to vorbis Original commit message from CVS: Add an example that shows transcoding stats for mpeg audio to vorbis --- examples/stats/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 examples/stats/Makefile.am (limited to 'examples/stats/Makefile.am') diff --git a/examples/stats/Makefile.am b/examples/stats/Makefile.am new file mode 100644 index 00000000..0f7d81cf --- /dev/null +++ b/examples/stats/Makefile.am @@ -0,0 +1,6 @@ +noinst_PROGRAMS = mp2ogg + +LDADD = $(GST_LIBS) +AM_CFLAGS = $(GST_CFLAGS) + + -- cgit v1.2.1