From 7f42b7856b8c2a1def893ba7d3955812d74f71b1 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 13 Nov 2008 12:59:34 +0000 Subject: 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. --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.ac') 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 -- cgit v1.2.1