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

kernel 2.2.x + SSE warning message extended

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1330 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-07-16 13:34:42 +00:00
parent 757d01d9a9
commit de73c8eed3

3
configure vendored
View File

@ -1217,7 +1217,8 @@ if [ "$system_name" = "Linux" ];then
fi
if [ ! -z "$_k_verc_fail" ]; then
echo "$kernel_version, fail"
echo "WARNING! If you want to run mplayer on this system, be prepared for problems"
echo "WARNING! If you want to run mplayer on this system, be prepared for problems!"
echo "(SSE support of 2.2.x series is limited. Upgrade kernel or use --disable-sse)"
else
echo "$kernel_version, ok"
fi