aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2002-10-01 08:46:41 +0000
committerFabrice Bellard <fabrice@bellard.org>2002-10-01 08:46:41 +0000
commite41e834272ee8cb15f9c386afc88aaa84bfaec7e (patch)
treeb2e11514a45a9953eaf492a81d4c206037e7807a /configure
parent4c2bc159bd56a0e8b387a302f2873271224669fd (diff)
downloadffmpeg-e41e834272ee8cb15f9c386afc88aaa84bfaec7e.tar.gz
suppressed unrelated logs
Originally committed as revision 987 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index 2bad6db263..19527df9d3 100755
--- 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"