summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAndy Wingo <wingo@oblong.net>2009-01-21 12:18:49 +0100
committerAndy Wingo <wingo@oblong.net>2009-01-21 12:18:49 +0100
commit1c6ac170b9f218c673c0daaf5c568c6000a37fc3 (patch)
treedab4d2d866ac5b3de6b61a01a37c43f0e7809c2b /configure.ac
parent8734fde9be6831375d1aa99c6b0cbe50ef8a7556 (diff)
downloadgst-plugins-bad-1c6ac170b9f218c673c0daaf5c568c6000a37fc3.tar.gz
gst-plugins-bad-1c6ac170b9f218c673c0daaf5c568c6000a37fc3.tar.bz2
gst-plugins-bad-1c6ac170b9f218c673c0daaf5c568c6000a37fc3.zip
add audiobuffer to the build
* configure.ac: Add audiobuffer to the build.
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 83e59ad1..027f3ba6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -235,6 +235,7 @@ dnl these are all the gst plug-ins, compilable without additional libs
AG_GST_CHECK_PLUGIN(aacparse)
AG_GST_CHECK_PLUGIN(aiffparse)
AG_GST_CHECK_PLUGIN(amrparse)
+AG_GST_CHECK_PLUGIN(audiobuffer)
AG_GST_CHECK_PLUGIN(audioresample)
AG_GST_CHECK_PLUGIN(bayer)
AG_GST_CHECK_PLUGIN(cdxaparse)
@@ -1388,6 +1389,7 @@ gst/Makefile
gst/aacparse/Makefile
gst/aiffparse/Makefile
gst/amrparse/Makefile
+gst/audiobuffer/Makefile
gst/audioresample/Makefile
gst/bayer/Makefile
gst/cdxaparse/Makefile