From e41e834272ee8cb15f9c386afc88aaa84bfaec7e Mon Sep 17 00:00:00 2001
From: Fabrice Bellard <fabrice@bellard.org>
Date: Tue, 1 Oct 2002 08:46:41 +0000
Subject: [PATCH] suppressed unrelated logs

Originally committed as revision 987 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 configure | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/configure b/configure
index 2bad6db2632..19527df9d3d 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"
-- 
GitLab