diff -urN mjpegtools-1.8.0-pristine/cpuinfo.sh mjpegtools-1.8.0/cpuinfo.sh --- mjpegtools-1.8.0-pristine/cpuinfo.sh 2005-07-28 22:02:33.000000000 -0500 +++ mjpegtools-1.8.0/cpuinfo.sh 2006-10-01 03:16:03.000000000 -0500 @@ -135,8 +135,8 @@ ;; 15) # Despite what the gcc into says 'athlon64' is not accepted as - # synonym for 'k8' - proc=k8 + # synonym for 'k8' -- and k8 is wrong, too. + proc=i686 ;; *) proc=athlon-xp ;;