Message ID | 20241003191948.22957-1-vipyne@gmail.com |
---|---|
State | New |
Headers | show |
Series | [FFmpeg-devel,v2] configure: suggest installing nasm before using --disable-x86asm | expand |
Context | Check | Description |
---|---|---|
yinshiyou/make_loongarch64 | success | Make finished |
yinshiyou/make_fate_loongarch64 | success | Make fate finished |
andriy/make_x86 | success | Make finished |
andriy/make_fate_x86 | success | Make fate finished |
diff --git a/configure b/configure index 0247ea08d6..a9a4a0e286 100755 --- a/configure +++ b/configure @@ -6464,7 +6464,7 @@ EOF for program in $x86asmexe nasm yasm; do probe_x86asm $program && break done - disabled x86asm && die "nasm/yasm not found or too old. Use --disable-x86asm for a crippled build." + disabled x86asm && die "nasm not found or too old. Please install/update nasm or use --disable-x86asm for a slower build." X86ASMFLAGS="-f $objformat" test -n "$extern_prefix" && append X86ASMFLAGS "-DPREFIX" case "$objformat" in