[FFmpeg-cvslog] configure/arm: print if thumb mode is enabled
Michael Niedermayer
git at videolan.org
Fri Dec 14 02:52:16 CET 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri Dec 14 02:37:32 2012 +0100| [a286b04dafc43b9bd1fb884c3c87d636b399bd3e] | committer: Michael Niedermayer
configure/arm: print if thumb mode is enabled
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a286b04dafc43b9bd1fb884c3c87d636b399bd3e
---
configure | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure b/configure
index 7f3202e..e21dcb6 100755
--- a/configure
+++ b/configure
@@ -4202,6 +4202,7 @@ if enabled arm; then
echo "ARMv6T2 enabled ${armv6t2-no}"
echo "VFP enabled ${vfp-no}"
echo "NEON enabled ${neon-no}"
+ echo "THUMB enabled ${thumb-no}"
fi
if enabled mips; then
echo "MIPS FPU enabled ${mipsfpu-no}"
More information about the ffmpeg-cvslog
mailing list