[gst-devel] [gst-cvs] gst-plugins-base: configure: fix --disable-external
Peter Kjellerstedt
peter.kjellerstedt at axis.com
Wed Jun 30 10:59:37 CEST 2010
> -----Original Message-----
> From: Tim Müller [mailto:tpm at kemper.freedesktop.org]
> Sent: den 30 juni 2010 09:35
> To: gstreamer-cvs at lists.sourceforge.net
> Subject: [gst-cvs] gst-plugins-base: configure: fix --disable-external
>
> Module: gst-plugins-base
> Branch: master
> Commit: 634502bb207e13d60140e7a0d8887c87dd724ff5
> URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-
> base/commit/?id=634502bb207e13d60140e7a0d8887c87dd724ff5
>
> Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
> Date: Tue Jun 29 18:46:18 2010 +0100
>
> configure: fix --disable-external
>
> ---
>
> configure.ac | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index 3eca161..0898fbf 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -777,6 +777,7 @@ AM_CONDITIONAL(USE_OGG, false)
> AM_CONDITIONAL(USE_PANGO, false)
> AM_CONDITIONAL(USE_THEORA, false)
> AM_CONDITIONAL(USE_VORBIS, false)
> +AM_CONDITIONAL(USE_IVORBIS, false)
For the record, this list used to be sorted alphabetically (or
it would have been if GIO had been added in the correct place).
This also applies to the actual tests higher up in the file that
actually looks for the functionality. That list is even preceded
with a comment stating that the list of plug-ins shall be sorted
alphabetically (this too is currently not the case due to GIO)...
>
> fi dnl of EXT plugins
//Peter
More information about the gstreamer-devel
mailing list