diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2011-05-26 20:03:37 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2011-05-27 09:42:14 +0200 |
commit | 6348a96c06ca152f32fddac58552dd679d39eddf (patch) | |
tree | 0bfa8663c37895669c0f58e9941037d766777067 /configure | |
parent | ebb6b27ad9a72de2382a4eb438a11043273c4cad (diff) | |
download | ffmpeg-6348a96c06ca152f32fddac58552dd679d39eddf.tar.gz |
configure: report yasm/nasm presence properly
If the secondary assembler is in use report the proper name
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}" |