aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter van Hardenberg2009-12-11 18:32:48 -0600
committerMichael Smith2009-12-11 18:32:48 -0600
commit4aded03c5e3f4ecbe34339e32273cc1e7de1e914 (patch)
tree84bc39e50841a018bcb36480da47a1bee474db30 /configure.ac
parent2dec1de420e8afadcfee3cda4af90e049be71c51 (diff)
downloadgst-plugins-bad0-10-4aded03c5e3f4ecbe34339e32273cc1e7de1e914.tar.gz
gst-plugins-bad0-10-4aded03c5e3f4ecbe34339e32273cc1e7de1e914.tar.xz
gst-plugins-bad0-10-4aded03c5e3f4ecbe34339e32273cc1e7de1e914.zip
adpcmenc: add new adpcm encoder element.
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 5322eb1c2..b344ae1aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -254,6 +254,7 @@ dnl *** plug-ins to include ***
254 254
255dnl these are all the gst plug-ins, compilable without additional libs 255dnl these are all the gst plug-ins, compilable without additional libs
256AG_GST_CHECK_PLUGIN(adpcmdec) 256AG_GST_CHECK_PLUGIN(adpcmdec)
257AG_GST_CHECK_PLUGIN(adpcmenc)
257AG_GST_CHECK_PLUGIN(aiff) 258AG_GST_CHECK_PLUGIN(aiff)
258AG_GST_CHECK_PLUGIN(asfmux) 259AG_GST_CHECK_PLUGIN(asfmux)
259AG_GST_CHECK_PLUGIN(audioparsers) 260AG_GST_CHECK_PLUGIN(audioparsers)
@@ -1632,6 +1633,7 @@ common/m4/Makefile
1632gst-plugins-bad.spec 1633gst-plugins-bad.spec
1633gst/Makefile 1634gst/Makefile
1634gst/adpcmdec/Makefile 1635gst/adpcmdec/Makefile
1636gst/adpcmenc/Makefile
1635gst/aiff/Makefile 1637gst/aiff/Makefile
1636gst/asfmux/Makefile 1638gst/asfmux/Makefile
1637gst/audioparsers/Makefile 1639gst/audioparsers/Makefile