summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Smith <msmith@xiph.org>2008-08-28 00:25:28 +0000
committerMichael Smith <msmith@xiph.org>2008-08-28 00:25:28 +0000
commita8661bc4de2ed86be02768497c9043b68f184c3a (patch)
tree110f39aac07ccc6aa1e800c0d62d213d3a698e14 /configure.ac
parent50a20db7ed4b04725afd49a73ea9f0c1a61194e1 (diff)
downloadgst-plugins-bad-a8661bc4de2ed86be02768497c9043b68f184c3a.tar.gz
gst-plugins-bad-a8661bc4de2ed86be02768497c9043b68f184c3a.tar.bz2
gst-plugins-bad-a8661bc4de2ed86be02768497c9043b68f184c3a.zip
Add an AIFF parsing element, heavily based on wavparse.
Original commit message from CVS: * configure.ac: * gst/aiffparse/Makefile.am: * gst/aiffparse/aiffparse.c: * gst/aiffparse/aiffparse.h: Add an AIFF parsing element, heavily based on wavparse.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index aa4b39bd..48ca5480 100644
--- a/configure.ac
+++ b/configure.ac
@@ -237,6 +237,7 @@ AG_GST_SET_LEVEL_DEFAULT($GST_CVS)
dnl *** plug-ins to include ***
dnl these are all the gst plug-ins, compilable without additional libs
+AG_GST_CHECK_PLUGIN(aiffparse)
AG_GST_CHECK_PLUGIN(app)
AG_GST_CHECK_PLUGIN(bayer)
AG_GST_CHECK_PLUGIN(cdxaparse)
@@ -1248,6 +1249,7 @@ AC_CONFIG_FILES(
Makefile
gst-plugins-bad.spec
gst/Makefile
+gst/aiffparse/Makefile
gst/app/Makefile
gst/bayer/Makefile
gst/cdxaparse/Makefile