From 7ad56a44ea62620cdd4447fb1cdfce280eefd6cf Mon Sep 17 00:00:00 2001 From: arpi Date: Wed, 21 Nov 2001 16:51:03 +0000 Subject: [PATCH] 2.2.x+SSE fixed git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3053 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 488d110b34..5ed67536d7 100755 --- a/configure +++ b/configure @@ -940,7 +940,8 @@ if x86 && linux ; then echores "$kernel_version, fail" echo "WARNING! If you want to run mplayer on this system, get prepared for problems!" echo "2.2.x has a limited SSE support. Upgrade kernel or use --disable-sse" - echo "Older kernel won't work correctly with mplayer" + echo "Older kernel won't work correctly with mplayer using SSE optimization." + die "old kernel for this cpu" else echores "$kernel_version, ok" fi