OSDN Git Service

configure: improve error message for missing yasm
authorMåns Rullgård <mans@mansr.com>
Thu, 26 Aug 2010 19:15:25 +0000 (19:15 +0000)
committerMåns Rullgård <mans@mansr.com>
Thu, 26 Aug 2010 19:15:25 +0000 (19:15 +0000)
Originally committed as revision 24951 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 6311ef0..2689578 100755 (executable)
--- a/configure
+++ b/configure
@@ -2571,8 +2571,7 @@ EOF
     esac
     if ! disabled_any asm mmx yasm; then
         check_yasm "pabsw xmm0, xmm0" && enable yasm ||
-            die "yasm not found, performance will suffer. " \
-            "If you really want to compile without yasm, configure with --disable-yasm."
+            die "yasm not found, use --disable-yasm for a crippled build"
     fi
 
     case "$cpu" in