diff options
author | Zdenek Kabelac <kabi@informatics.muni.cz> | 2001-10-23 19:04:16 +0000 |
---|---|---|
committer | Zdenek Kabelac <kabi@informatics.muni.cz> | 2001-10-23 19:04:16 +0000 |
commit | 123ba0716e79b4fbe4f8e9f7fd501a2bd63d1998 (patch) | |
tree | a70f4a9af052b0bd763f5f847b8676ac04128568 | |
parent | c152c98327ae10cefa2bb33514a1c447f1f2a9ee (diff) | |
download | ffmpeg-123ba0716e79b4fbe4f8e9f7fd501a2bd63d1998.tar.gz |
* made by Juergen - should be useful for Solaris
Originally committed as revision 181 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" ;; |