[FFmpeg-cvslog] Assume architecture arm for machine hardware name iPad*.
Carl Eugen Hoyos
git at videolan.org
Sun Dec 18 15:31:10 CET 2011
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Sun Dec 18 13:48:44 2011 +0100| [b6b00675112b411fbb10e8b01be1d3ddc2574cf9] | committer: Carl Eugen Hoyos
Assume architecture arm for machine hardware name iPad*.
uname -m returns for example "iPad2,1".
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b6b00675112b411fbb10e8b01be1d3ddc2574cf9
---
configure | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure b/configure
index a75d466..8d8665e 100755
--- a/configure
+++ b/configure
@@ -2317,7 +2317,7 @@ fi
# Deal with common $arch aliases
case "$arch" in
- arm*)
+ arm*|iPad*)
arch="arm"
;;
mips|mipsel|IP*)
More information about the ffmpeg-cvslog
mailing list