0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

2.2.x+SSE fixed

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3053 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-11-21 16:51:03 +00:00
parent b347e6a268
commit 7ad56a44ea

3
configure vendored
View File

@ -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