diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-07-16 13:34:42 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-07-16 13:34:42 +0000 |
commit | de73c8eed383790e68d902a414f1e8ac6e1f4d97 (patch) | |
tree | ce806cb406f752707226194a241376f908d67c95 /configure | |
parent | 757d01d9a95ce0ee3836df4bff483a5fc77c481f (diff) |
kernel 2.2.x + SSE warning message extended
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1330 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |