diff options
author | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2008-08-13 15:03:57 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2008-08-13 15:03:57 +0000 |
commit | af44e8e4886017ba84fb1e03d495dfb37989f0bf (patch) | |
tree | 384168d666b3846b2431d9f571a1ec0c4596f9bf /configure | |
parent | d1a12956a0196a1745c121e586befdc311bf8a89 (diff) | |
download | ffmpeg-af44e8e4886017ba84fb1e03d495dfb37989f0bf.tar.gz |
Show result of yasm test.
Originally committed as revision 14726 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1952,6 +1952,7 @@ if test "$build_suffix" != ""; then fi echo "big-endian ${bigendian-no}" if test $arch = "x86_32" -o $arch = "x86_64"; then + echo "yasm ${yasm-no}" echo "MMX enabled ${mmx-no}" echo "CMOV enabled ${cmov-no}" echo "CMOV is fast ${fast_cmov-no}" |