1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

configure: report yasm/nasm presence properly

If the secondary assembler is in use report the proper name
This commit is contained in:
Luca Barbato 2011-05-26 20:03:37 +02:00
parent ebb6b27ad9
commit 6348a96c06

2
configure vendored
View File

@ -3103,7 +3103,7 @@ fi
echo "big-endian ${bigendian-no}"
echo "runtime cpu detection ${runtime_cpudetect-no}"
if enabled x86; then
echo "yasm ${yasm-no}"
echo "${yasmexe} ${yasm-no}"
echo "MMX enabled ${mmx-no}"
echo "MMX2 enabled ${mmx2-no}"
echo "3DNow! enabled ${amd3dnow-no}"