mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-23 03:17:30 +00:00
configure: report yasm/nasm presence properly
If the secondary assembler is in use report the proper name
This commit is contained in:
parent
ebb6b27ad9
commit
6348a96c06
2
configure
vendored
2
configure
vendored
@ -3103,7 +3103,7 @@ fi
|
|||||||
echo "big-endian ${bigendian-no}"
|
echo "big-endian ${bigendian-no}"
|
||||||
echo "runtime cpu detection ${runtime_cpudetect-no}"
|
echo "runtime cpu detection ${runtime_cpudetect-no}"
|
||||||
if enabled x86; then
|
if enabled x86; then
|
||||||
echo "yasm ${yasm-no}"
|
echo "${yasmexe} ${yasm-no}"
|
||||||
echo "MMX enabled ${mmx-no}"
|
echo "MMX enabled ${mmx-no}"
|
||||||
echo "MMX2 enabled ${mmx2-no}"
|
echo "MMX2 enabled ${mmx2-no}"
|
||||||
echo "3DNow! enabled ${amd3dnow-no}"
|
echo "3DNow! enabled ${amd3dnow-no}"
|
||||||
|
Loading…
Reference in New Issue
Block a user