* made by Juergen - should be useful for Solaris
Originally committed as revision 181 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c152c98327
commit
123ba0716e
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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"
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue