[FFmpeg-cvslog] Allow native compilation on the iPhone.
Carl Eugen Hoyos
git at videolan.org
Thu Jul 25 23:17:13 CEST 2013
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Thu Jul 25 10:52:15 2013 +0200| [8ca3766f007dc9684535d2d5674710108ba58dc3] | committer: Carl Eugen Hoyos
Allow native compilation on the iPhone.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8ca3766f007dc9684535d2d5674710108ba58dc3
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index c9ad948..398a62b 100755
--- a/configure
+++ b/configure
@@ -3080,7 +3080,7 @@ case "$arch" in
aarch64|arm64)
arch="aarch64"
;;
- arm*|iPad*)
+ arm*|iPad*|iPhone*)
arch="arm"
;;
mips*|IP*)
More information about the ffmpeg-cvslog
mailing list