1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2026-06-19 19:03:00 +02:00

* 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:
Zdenek Kabelac
2001-10-23 19:04:16 +00:00
parent c152c98327
commit 123ba0716e
Vendored
+1 -1
View File
@@ -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"
;;