mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
port over plugin listing from base
Original commit message from CVS: port over plugin listing from base
This commit is contained in:
parent
1ad1739394
commit
79240332d1
2 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2005-10-24 Christian Schaller <christian@fluendo.com>
|
||||||
|
|
||||||
|
* configure.ac: Port over Thomas's change from base listing all plugins
|
||||||
|
|
||||||
2005-10-24 Julien MOUTTE <julien@moutte.net>
|
2005-10-24 Julien MOUTTE <julien@moutte.net>
|
||||||
|
|
||||||
* ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
|
* ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
|
||||||
|
|
|
@ -637,10 +637,13 @@ gst-plugins-good.spec
|
||||||
)
|
)
|
||||||
AC_OUTPUT
|
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 -e "$GST_PLUGINS_YES" | sort
|
||||||
echo
|
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 -e "$GST_PLUGINS_NO" | sort
|
||||||
echo
|
echo
|
||||||
if test "x$BUILD_EXTERNAL" = "xno"; then
|
if test "x$BUILD_EXTERNAL" = "xno"; then
|
||||||
|
|
Loading…
Reference in a new issue