mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 19:59:46 +00:00
Merge commit '3e1b5cbc9ab0a61c9bec08a1df1404b9da6ed7ea'
* commit '3e1b5cbc9ab0a61c9bec08a1df1404b9da6ed7ea': configure: handle Apple's armv7s in probe_arm_arch() Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
b37852c7d9
1
configure
vendored
1
configure
vendored
@ -3751,6 +3751,7 @@ elif enabled arm; then
|
||||
elif check_arm_arch 6T2; then echo armv6t2;
|
||||
elif check_arm_arch 7; then echo armv7;
|
||||
elif check_arm_arch 7A 7_A; then echo armv7-a;
|
||||
elif check_arm_arch 7S; then echo armv7-a;
|
||||
elif check_arm_arch 7R 7_R; then echo armv7-r;
|
||||
elif check_arm_arch 7M 7_M; then echo armv7-m;
|
||||
elif check_arm_arch 7EM 7E_M; then echo armv7-m;
|
||||
|
Loading…
Reference in New Issue
Block a user