Mercurial > mplayer.hg
changeset 3052:ece1373c9cc9
2.2.x+SSE fixed
author | arpi |
---|---|
date | Wed, 21 Nov 2001 16:51:03 +0000 |
parents | 8744df4f03de |
children | 153fc4f5464f |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Wed Nov 21 16:43:33 2001 +0000 +++ b/configure Wed Nov 21 16:51:03 2001 +0000 @@ -940,7 +940,8 @@ 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