[MPlayer-cvslog] r22088 - trunk/configure
Diego Biurrun
diego at biurrun.de
Sun Feb 4 14:45:36 CET 2007
On Sun, Feb 04, 2007 at 03:51:12AM +0200, Uoti Urpala wrote:
> On Wed, 2007-01-31 at 03:01 +0100, diego wrote:
> > for ext in $pparam ; do
> > - eval test \$_$ext = auto 2>/dev/null && eval _$ext=yes
> > + eval test \$_$ext = auto 2>/dev/null && eval _$ext=kernel_check
> > done
> >
> > # SSE implies MMX2, but not all SSE processors report the mmxext CPU flag.
> test $_sse = yes && _mmxext=yes
>
> The change breaks the check below because _sse is no longer set to 'yes'
> but to 'kernel_check'.
Should be fixed, thanks for noticing.
Diego
More information about the MPlayer-cvslog
mailing list