Module: libav Branch: master Commit: 3e1b5cbc9ab0a61c9bec08a1df1404b9da6ed7ea
Author: Janne Grunau <[email protected]> Committer: Janne Grunau <[email protected]> Date: Wed Feb 25 18:16:52 2015 +0100 configure: handle Apple's armv7s in probe_arm_arch() --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index c237979..5eef9f1 100755 --- a/configure +++ b/configure @@ -3198,6 +3198,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; _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
