mirror of https://git.ffmpeg.org/ffmpeg.git
Merge commit '60a21b3d81c1a11cf5a08950eadd4e84ca2e597c'
* commit '60a21b3d81c1a11cf5a08950eadd4e84ca2e597c': configure: Check for _M_ARMT to detect thumb when using MSVC Conflicts: configure Merged-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
commit
d06ea6e5ce
|
@ -4758,6 +4758,8 @@ elif enabled alpha; then
|
|||
|
||||
elif enabled arm; then
|
||||
|
||||
enabled msvc && check_cpp_condition stddef.h "defined _M_ARMT" && enable thumb
|
||||
|
||||
check_cpp_condition stddef.h "defined __thumb__" && check_cc <<EOF && enable_weak thumb
|
||||
float func(float a, float b){ return a+b; }
|
||||
EOF
|
||||
|
|
Loading…
Reference in New Issue