summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-01-25 18:15:41 +0000
committerDiego Biurrun <diego@biurrun.de>2009-01-25 18:15:41 +0000
commit30e98e62b132038418c23c70d2d8501ea052bb42 (patch)
tree59fdd74c49fd295df264245ca1ed898e82078059 /configure
parent724cc2dfaa10c63a8899309f78ca281a5932ffee (diff)
Add missing architecture-specific options to summary output.
Originally committed as revision 16779 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure b/configure
index 81b0d5a8d5..1cba268886 100755
--- a/configure
+++ b/configure
@@ -2154,7 +2154,9 @@ echo "big-endian ${bigendian-no}"
if enabled x86; then
echo "yasm ${yasm-no}"
echo "MMX enabled ${mmx-no}"
+ echo "MMX2 enabled ${mmx2-no}"
echo "SSE enabled ${sse-no}"
+ echo "SSSE3 enabled ${ssse3-no}"
echo "CMOV enabled ${cmov-no}"
echo "CMOV is fast ${fast_cmov-no}"
echo "EBX available ${ebx_available-no}"
@@ -2173,7 +2175,12 @@ if enabled mips; then
fi
if enabled ppc; then
echo "AltiVec enabled ${altivec-no}"
+ echo "PPC 4xx optimizations ${ppc4xx-no}"
echo "dcbzl available ${dcbzl-no}"
+ echo "performance report ${powerpc_perf-no}"
+fi
+if enabled sparc; then
+ echo "VIS enabled ${vis-no}"
fi
echo "gprof enabled ${gprof-no}"
echo "debug symbols ${debug-no}"