From 25432e85039a62b3b4d46647080f9803f7c47694 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Thu, 26 Aug 2010 19:15:25 +0000 Subject: [PATCH] configure: improve error message for missing yasm Originally committed as revision 24951 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure b/configure index 6311ef0a66..2689578920 100755 --- 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