summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-15 10:08:33 +0000
committerrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-15 10:08:33 +0000
commite169cd3b7f646312be43ad5198ce220a9ab3d5ee (patch)
treeed2c88783d463efee114a21d2b561cfb07f62427 /configure
parent30c46d129af8b9a95263adb263cf548a090aa7c9 (diff)
downloadmpv-e169cd3b7f646312be43ad5198ce220a9ab3d5ee.tar.bz2
mpv-e169cd3b7f646312be43ad5198ce220a9ab3d5ee.tar.xz
K6 is NOT a 686!! this causes SIGILL in libavcodec encoding!
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6435 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 4d10b622e9..0650aff704 100755
--- a/configure
+++ b/configure
@@ -576,7 +576,7 @@ case "$host_arch" in
case "$pfamily" in
3) proc=i386 iproc=386 ;;
4) proc=i486 iproc=486 ;;
- 5) iproc=686 # LGB: models are: K5/SSA5 K5 K5 K5 ? ? K6 K6 K6-2 K6-3
+ 5) iproc=586 # LGB: models are: K5/SSA5 K5 K5 K5 ? ? K6 K6 K6-2 K6-3
# TODO: how to determine if model 13 is a k6-2 or a k6-3? Couldn't find anything on amd.com
if test "$pmodel" -eq 9; then
proc=k6-3