On 5/25/11 6:08 PM, Diego Biurrun wrote:
---
  configure |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure b/configure
index 5e3d6fb..f67c2c8 100755
--- a/configure
+++ b/configure
@@ -3104,7 +3104,7 @@ fi
  echo "big-endian                ${bigendian-no}"
  echo "runtime cpu detection     ${runtime_cpudetect-no}"
  if enabled x86; then
-    echo "yasm                      ${yasm-no}"
+    echo "assembler                 ${yasm-no} ($yasmexe)"
      echo "MMX enabled               ${mmx-no}"
      echo "MMX2 enabled              ${mmx2-no}"
      echo "3DNow! enabled            ${amd3dnow-no}"

what about echo "$yasmexe                  ${yasm-no}" ?
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to