[FFmpeg-cvslog] configure: report yasm/nasm presence properly

Luca Barbato git at videolan.org
Fri May 27 23:57:13 CEST 2011


ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Thu May 26 20:03:37 2011 +0200| [6348a96c06ca152f32fddac58552dd679d39eddf] | committer: Luca Barbato

configure: report yasm/nasm presence properly

If the secondary assembler is in use report the proper name

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6348a96c06ca152f32fddac58552dd679d39eddf
---

 configure |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure b/configure
index d3e8764..4916bad 100755
--- a/configure
+++ b/configure
@@ -3103,7 +3103,7 @@ fi
 echo "big-endian                ${bigendian-no}"
 echo "runtime cpu detection     ${runtime_cpudetect-no}"
 if enabled x86; then
-    echo "yasm                      ${yasm-no}"
+    echo "${yasmexe}                      ${yasm-no}"
     echo "MMX enabled               ${mmx-no}"
     echo "MMX2 enabled              ${mmx2-no}"
     echo "3DNow! enabled            ${amd3dnow-no}"



More information about the ffmpeg-cvslog mailing list