You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
configure: Check for _M_ARMT to detect thumb when using MSVC
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
1
configure
vendored
1
configure
vendored
@@ -3996,6 +3996,7 @@ 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__" && enable_weak thumb
|
||||
enabled thumb && check_cflags -mthumb || check_cflags -marm
|
||||
|
||||
|
Reference in New Issue
Block a user