summaryrefslogtreecommitdiffstats
path: root/examples/stats/Makefile.am
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2002-10-20 17:12:54 +0000
committerWim Taymans <wim.taymans@gmail.com>2002-10-20 17:12:54 +0000
commitd0bd91a5461b28015903b7e00a290cbec9819de9 (patch)
tree7f4f855c7038818339e6746474edc28e0a4243c6 /examples/stats/Makefile.am
parent46d976c65dc36452846f829b81e467157c06e0d7 (diff)
downloadgst-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.am6
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)
+
+