From 69431fca5522b97bac1d45a8ebba3e4c0daab055 Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Mon, 24 Oct 2005 13:02:32 +0000 Subject: port over plugin listing from base Original commit message from CVS: port over plugin listing from base --- ChangeLog | 4 ++++ configure.ac | 7 +++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ffa2bc23..200cbe03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-10-24 Christian Schaller + + * configure.ac: port over thomas's plugin listing from base + 2005-10-24 Thomas Vander Stichele * configure.ac: 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 -- cgit v1.2.1