summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2005-10-24 13:02:32 +0000
committerChristian Schaller <uraeus@gnome.org>2005-10-24 13:02:32 +0000
commit69431fca5522b97bac1d45a8ebba3e4c0daab055 (patch)
tree9d673841d26f25f0e3d5e62c68fd09ca29ff15f8 /configure.ac
parent51ad370186d27c6d659533ca5b90d9b6eedc95d4 (diff)
downloadgst-plugins-bad-69431fca5522b97bac1d45a8ebba3e4c0daab055.tar.gz
gst-plugins-bad-69431fca5522b97bac1d45a8ebba3e4c0daab055.tar.bz2
gst-plugins-bad-69431fca5522b97bac1d45a8ebba3e4c0daab055.zip
port over plugin listing from base
Original commit message from CVS: port over plugin listing from base
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 5 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 9ab3db39..1b9e1a0a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -481,10 +481,13 @@ po/Makefile.in
)
AC_OUTPUT
-echo -n "configure: *** Plug-ins that will be built :"
+echo "configure: *** Core plug-ins, always built:"
+( for i in $GST_PLUGINS_ALL; do echo -e '\t'$i; done ) | sort
+echo
+echo -n "configure: *** Plug-ins relying on libraries that will be built:"
echo -e "$GST_PLUGINS_YES" | sort
echo
-echo -n "configure: *** Plug-ins that will not be built :"
+echo -n "configure: *** Plug-ins relying on libraries that will NOT be built:"
echo -e "$GST_PLUGINS_NO" | sort
echo
if test "x$BUILD_EXTERNAL" = "xno"; then