[MPlayer-cvslog] r22088 - trunk/configure
Uoti Urpala
uoti.urpala at pp1.inet.fi
Sun Feb 4 02:51:12 CET 2007
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'.
More information about the MPlayer-cvslog
mailing list