diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2002-10-20 17:12:54 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2002-10-20 17:12:54 +0000 |
commit | d0bd91a5461b28015903b7e00a290cbec9819de9 (patch) | |
tree | 7f4f855c7038818339e6746474edc28e0a4243c6 /examples/stats/Makefile.am | |
parent | 46d976c65dc36452846f829b81e467157c06e0d7 (diff) | |
download | gst-plugins-bad-d0bd91a5461b28015903b7e00a290cbec9819de9.tar.gz gst-plugins-bad-d0bd91a5461b28015903b7e00a290cbec9819de9.tar.bz2 gst-plugins-bad-d0bd91a5461b28015903b7e00a290cbec9819de9.zip |
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
Diffstat (limited to 'examples/stats/Makefile.am')
-rw-r--r-- | examples/stats/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
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) + + |