diff options
author | Måns Rullgård <mans@mansr.com> | 2010-08-26 19:15:25 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-08-26 19:15:25 +0000 |
commit | 25432e85039a62b3b4d46647080f9803f7c47694 (patch) | |
tree | 03118e86ba8c5bb99e56ad570b499b40b0d2f17b /configure | |
parent | 9cca1e40965bb2955a15f3bfa6aeeb1565b23bb5 (diff) | |
download | ffmpeg-25432e85039a62b3b4d46647080f9803f7c47694.tar.gz |
configure: improve error message for missing yasm
Originally committed as revision 24951 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |