summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2008-11-13 12:59:34 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2008-11-13 12:59:34 +0000
commit7f42b7856b8c2a1def893ba7d3955812d74f71b1 (patch)
treeb0d098b7044fea7193399891c3181f39a52fa2ec /configure.ac
parentd8852e5788026c7e64b05a097b6544c11db0b1c0 (diff)
downloadgst-plugins-bad-7f42b7856b8c2a1def893ba7d3955812d74f71b1.tar.gz
gst-plugins-bad-7f42b7856b8c2a1def893ba7d3955812d74f71b1.tar.bz2
gst-plugins-bad-7f42b7856b8c2a1def893ba7d3955812d74f71b1.zip
Add two new baseparse based parsers (aac and amr) from Bug #518857.
Original commit message from CVS: * configure.ac: * gst/aacparse/Makefile.am: * gst/aacparse/gstaacparse.c: * gst/aacparse/gstaacparse.h: * gst/aacparse/gstbaseparse.c: * gst/aacparse/gstbaseparse.h: * gst/amrparse/Makefile.am: * gst/amrparse/gstamrparse.c: * gst/amrparse/gstamrparse.h: * gst/amrparse/gstbaseparse.c: * gst/amrparse/gstbaseparse.h: Add two new baseparse based parsers (aac and amr) from Bug #518857.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 2a9f956f..45279768 100644
--- a/configure.ac
+++ b/configure.ac
@@ -232,7 +232,9 @@ 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(aacparse)
AG_GST_CHECK_PLUGIN(aiffparse)
+AG_GST_CHECK_PLUGIN(amrparse)
AG_GST_CHECK_PLUGIN(app)
AG_GST_CHECK_PLUGIN(bayer)
AG_GST_CHECK_PLUGIN(cdxaparse)
@@ -1385,7 +1387,9 @@ AC_CONFIG_FILES(
Makefile
gst-plugins-bad.spec
gst/Makefile
+gst/aacparse/Makefile
gst/aiffparse/Makefile
+gst/amrparse/Makefile
gst/app/Makefile
gst/bayer/Makefile
gst/cdxaparse/Makefile