diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-08-26 23:09:34 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-08-26 23:09:34 +0000 |
commit | 971cc99020d4dc6d372966a16c1120490b81a963 (patch) | |
tree | ccacc6a90decea74dc5d51d91ee2a69dd3925f64 /configure | |
parent | ca1daf0ad06e349344b80b90ea9cb91edda58bb8 (diff) | |
download | ffmpeg-971cc99020d4dc6d372966a16c1120490b81a963.tar.gz |
print EBX/EBP availability
Originally committed as revision 10243 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1811,6 +1811,8 @@ if test $arch = "x86_32" -o $arch = "x86_64"; then echo "MMX enabled ${mmx-no}" echo "CMOV enabled ${cmov-no}" echo "CMOV is fast ${fast_cmov-no}" + echo "EBX available ${ebx_available-no}" + echo "EBP available ${ebp_available-no}" fi if test $arch = "armv4l"; then echo "ARMv5TE enabled ${armv5te-no}" |