[MPlayer-cvslog] r19456 - trunk/configure
Diego Biurrun
diego at biurrun.de
Sat Aug 19 22:07:42 CEST 2006
On Sat, Aug 19, 2006 at 09:10:27PM +0200, iive wrote:
>
> Modified:
> trunk/configure
>
> Log:
> Fix xv and xinerama force on --enable-*
> The previous commit changed the conditions of check execution to mach Diego's semantics
> (execute check only on 'auto'), but the 'else' case forces detection to 'no',
> even if previous --enable had set it to 'auto'.
>
> --- trunk/configure (original)
> +++ trunk/configure Sat Aug 19 21:10:27 2006
> @@ -3825,15 +3825,15 @@
> else
> + _xv=no
> _def_xv='#undef HAVE_XV'
> _novomodules="xv $_novomodules"
> fi
> @@ -3878,13 +3878,13 @@
> else
> + _xinerama=no
> _def_xinerama='#undef HAVE_XINERAMA'
> fi
> echores "$_xinerama"
Both of these are unnecessary, please remove them again. These else
cases can only be reached if those variables are already set to no.
Diego
More information about the MPlayer-cvslog
mailing list