summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-21 16:51:03 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-21 16:51:03 +0000
commit7ad56a44ea62620cdd4447fb1cdfce280eefd6cf (patch)
treef19a526f5ca6e922b0429c1b7e31b95079980a00 /configure
parentb347e6a2682d1127a52a779a9d95937312a69ba4 (diff)
downloadmpv-7ad56a44ea62620cdd4447fb1cdfce280eefd6cf.tar.bz2
mpv-7ad56a44ea62620cdd4447fb1cdfce280eefd6cf.tar.xz
2.2.x+SSE fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3053 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
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