port over plugin listing from base
authorChristian Schaller <uraeus@gnome.org>
Mon, 24 Oct 2005 13:02:32 +0000 (13:02 +0000)
committerChristian Schaller <uraeus@gnome.org>
Mon, 24 Oct 2005 13:02:32 +0000 (13:02 +0000)
Original commit message from CVS:
port over plugin listing from base

ChangeLog
configure.ac

index ffa2bc2..200cbe0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-10-24  Christian Schaller  <christian@fluendo.com>
+
+       * configure.ac: port over thomas's plugin listing from base
+
 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        * configure.ac:
index 9ab3db3..1b9e1a0 100644 (file)
@@ -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