X-Git-Url: https://git.videolan.org/?p=ffmpeg.git;a=blobdiff_plain;f=configure;h=6311ef0a66de013e3709501695eae66a7ab5d73d;hp=d141089dfc41c130041f9bfd4c00213e362b03b9;hb=9cca1e40965bb2955a15f3bfa6aeeb1565b23bb5;hpb=e90aa6ed2d6c08764fac5974789c94dc2dfe50fc diff --git a/configure b/configure index d141089dfc..6311ef0a66 100755 --- a/configure +++ b/configure @@ -2569,9 +2569,10 @@ EOF case "$objformat" in elf) enabled debug && append YASMFLAGS "-g dwarf2" ;; esac - if ! disabled yasm; then + if ! disabled_any asm mmx yasm; then check_yasm "pabsw xmm0, xmm0" && enable yasm || - warn "yasm not found, performance will suffer" + die "yasm not found, performance will suffer. " \ + "If you really want to compile without yasm, configure with --disable-yasm." fi case "$cpu" in