[FFmpeg-cvslog] r24951 - trunk/configure

mru subversion
Thu Aug 26 21:15:26 CEST 2010


Author: mru
Date: Thu Aug 26 21:15:25 2010
New Revision: 24951

Log:
configure: improve error message for missing yasm

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Thu Aug 26 20:29:32 2010	(r24950)
+++ trunk/configure	Thu Aug 26 21:15:25 2010	(r24951)
@@ -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



More information about the ffmpeg-cvslog mailing list