projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c152c98
)
* made by Juergen - should be useful for Solaris
author
Zdenek Kabelac
<kabi@informatics.muni.cz>
Tue, 23 Oct 2001 19:04:16 +0000
(19:04 +0000)
committer
Zdenek Kabelac
<kabi@informatics.muni.cz>
Tue, 23 Oct 2001 19:04:16 +0000
(19:04 +0000)
Originally committed as revision 181 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
babb001
..
c828f64
100755
(executable)
--- 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"
;;