diff options
author | poirierg <poirierg@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-05-31 23:37:29 +0000 |
---|---|---|
committer | poirierg <poirierg@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-05-31 23:37:29 +0000 |
commit | e69e4dfd82467d815d462bc75f0f6ac3b63e056c (patch) | |
tree | e204e1a76e7ae944bafe71291093fcaf2b86991b /configure | |
parent | b6243cbeaf2266d75da09b341ce7b23bacc5cb64 (diff) |
On old WinChips Linux kernel use this to emulate MTRR, patch by Zuxy Meng < zuxy P meng A gmail P com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18553 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -842,7 +842,7 @@ if x86 || x86_64 ; then exts=`$_cpuinfo | egrep 'features|flags' | cut -d ':' -f 2 | _head 1` - pparam=`echo $exts | sed -e s/k6_mtrr/mtrr/ -e s/cyrix_arr/mtrr/ \ + pparam=`echo $exts | sed -e s/k6_mtrr/mtrr/ -e s/cyrix_arr/mtrr/ -e s/centaur_mcr/mtrr/ \ -e s/xmm/sse/ -e s/kni/sse/` for ext in $pparam ; do |