diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2002-10-01 08:46:41 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2002-10-01 08:46:41 +0000 |
commit | e41e834272ee8cb15f9c386afc88aaa84bfaec7e (patch) | |
tree | b2e11514a45a9953eaf492a81d4c206037e7807a /configure | |
parent | 4c2bc159bd56a0e8b387a302f2873271224669fd (diff) | |
download | ffmpeg-e41e834272ee8cb15f9c386afc88aaa84bfaec7e.tar.gz |
suppressed unrelated logs
Originally committed as revision 987 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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" |