[FFmpeg-devel] [RFC][PATCH 2/4] build: Report yasm assembler like e.g. compiler is
Alexander Strasser
eclipse7 at gmx.net
Mon Jan 16 00:48:30 CET 2012
Signed-off-by: Alexander Strasser <eclipse7 at gmx.net>
---
configure | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/configure b/configure
index f0d4400..474d684 100755
--- a/configure
+++ b/configure
@@ -3382,7 +3382,10 @@ fi
echo "big-endian ${bigendian-no}"
echo "runtime cpu detection ${runtime_cpudetect-no}"
if enabled x86; then
- echo "${yasmexe} ${yasm-no}"
+ yasm_res=$yasmexe
+ disabled yasm && yasm_res=no
+
+ echo "yasm ${yasm_res}"
echo "MMX enabled ${mmx-no}"
echo "MMX2 enabled ${mmx2-no}"
echo "3DNow! enabled ${amd3dnow-no}"
--
1.7.5.4
More information about the ffmpeg-devel
mailing list