From 123ba0716e79b4fbe4f8e9f7fd501a2bd63d1998 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Tue, 23 Oct 2001 19:04:16 +0000 Subject: [PATCH] * made by Juergen - should be useful for Solaris Originally committed as revision 181 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index babb0018eb..c828f64965 100755 --- a/configure +++ b/configure @@ -27,7 +27,7 @@ cc="gcc" ar="ar" cpu=`uname -m` case "$cpu" in - i386|i486|i586|i686) + i386|i486|i586|i686|i86pc) cpu="x86" mmx="yes" ;;