Commit e41e8342 authored by Fabrice Bellard's avatar Fabrice Bellard

suppressed unrelated logs

Originally committed as revision 987 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 4c2bc159
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment