ffmpeg | branch: master | Janne Grunau <[email protected]> | Wed Feb 25 18:16:52 2015 +0100| [3e1b5cbc9ab0a61c9bec08a1df1404b9da6ed7ea] | committer: Janne Grunau
configure: handle Apple's armv7s in probe_arm_arch() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3e1b5cbc9ab0a61c9bec08a1df1404b9da6ed7ea --- 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; _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
