projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c2bc15
)
suppressed unrelated logs
author
Fabrice Bellard
<fabrice@bellard.org>
Tue, 1 Oct 2002 08:46:41 +0000
(08:46 +0000)
committer
Fabrice Bellard
<fabrice@bellard.org>
Tue, 1 Oct 2002 08:46:41 +0000
(08:46 +0000)
Originally committed as revision 987 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
blame
|
history
diff --git
a/configure
b/configure
index
2bad6db
..
19527df
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-395,9
+395,15
@@
echo "C compiler $cc"
echo "make $make"
echo "CPU $cpu"
echo "Big Endian $bigendian"
+if test $cpu = "x86"; then
echo "MMX enabled $mmx"
+fi
+if test $cpu = "mips"; then
echo "MMI enabled $mmi"
+fi
+if test $cpu = "powerpc"; then
echo "AltiVec enabled $altivec"
+fi
echo "gprof enabled $gprof"
echo "zlib enabled $zlib"
echo "mp3lame enabled $mp3lame"