[FFmpeg-cvslog] ARM: enable thumb for Cortex-M* CPUs

Mans Rullgard git at videolan.org
Fri Jun 24 03:13:06 CEST 2011


ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Thu Jun 23 15:42:19 2011 +0100| [9e19704a6a04786f65478b9e9aeb470c6d1e277c] | committer: Mans Rullgard

ARM: enable thumb for Cortex-M* CPUs

These CPUs are thumb-only and thus require this option.

Signed-off-by: Mans Rullgard <mans at mansr.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9e19704a6a04786f65478b9e9aeb470c6d1e277c
---

 configure |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure b/configure
index 0f2bd06..f557482 100755
--- a/configure
+++ b/configure
@@ -2270,7 +2270,7 @@ elif enabled arm; then
             case $cpu in
                 cortex-a*)                               subarch=armv7a  ;;
                 cortex-r*)                               subarch=armv7r  ;;
-                cortex-m*)                               subarch=armv7m  ;;
+                cortex-m*)                 enable thumb; subarch=armv7m  ;;
                 arm11*)                                  subarch=armv6   ;;
                 arm[79]*e*|arm9[24]6*|arm96*|arm102[26]) subarch=armv5te ;;
                 armv4*|arm7*|arm9[24]*)                  subarch=armv4   ;;



More information about the ffmpeg-cvslog mailing list