suppressed unrelated logs

Originally committed as revision 987 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Fabrice Bellard 2002-10-01 08:46:41 +00:00
parent 4c2bc159bd
commit e41e834272

6
configure vendored
View File

@ -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"