mirror of
https://github.com/librempeg/librempeg
synced 2024-11-21 16:44:05 +00:00
configure: suggest installing nasm before using --disable-x86asm
Signed-off-by: Anton Khirnov <anton@khirnov.net> Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
4d284553f8
commit
f96d6a0f15
2
configure
vendored
2
configure
vendored
@ -6416,7 +6416,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
|
||||
|
Loading…
Reference in New Issue
Block a user