Browse code

configure: improve error message for missing yasm

Originally committed as revision 24951 to svn://svn.ffmpeg.org/ffmpeg/trunk

Måns Rullgård authored on 2010/08/27 04:15:25
Showing 1 changed files
... ...
@@ -2571,8 +2571,7 @@ EOF
2571 2571
     esac
2572 2572
     if ! disabled_any asm mmx yasm; then
2573 2573
         check_yasm "pabsw xmm0, xmm0" && enable yasm ||
2574
-            die "yasm not found, performance will suffer. " \
2575
-            "If you really want to compile without yasm, configure with --disable-yasm."
2574
+            die "yasm not found, use --disable-yasm for a crippled build"
2576 2575
     fi
2577 2576
 
2578 2577
     case "$cpu" in