diff mbox series

[FFmpeg-devel,v3] configure: suggest installing nasm before using --disable-x86asm

Message ID 20241012224129.58096-1-vipyne@gmail.com
State New
Headers show
Series [FFmpeg-devel,v3] configure: suggest installing nasm before using --disable-x86asm | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished

Commit Message

vipyne Oct. 12, 2024, 10:41 p.m. UTC
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Anton Khirnov Oct. 13, 2024, 11:31 a.m. UTC | #1
Pushed.

Thanks,
diff mbox series

Patch

diff --git a/configure b/configure
index e8f6d2e2b6..8803148ab7 100755
--- a/configure
+++ b/configure
@@ -6448,7 +6448,7 @@  EOF
         for program in $x86asmexe nasm; do
             probe_x86asm $program && break
         done
-        disabled x86asm && die "nasm 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 build without hand-optimized assembly."
         X86ASMFLAGS="-f $objformat"
         test -n "$extern_prefix"  && append X86ASMFLAGS "-DPREFIX"
         case "$objformat" in