diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-07-25 10:52:15 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-07-25 19:08:19 +0200 |
commit | 8ca3766f007dc9684535d2d5674710108ba58dc3 (patch) | |
tree | e90d3f430b1891ab40946310f15f596af91f1f87 /configure | |
parent | de0a1f63dff904fc30361e793400b7b9e427e31d (diff) | |
download | ffmpeg-8ca3766f007dc9684535d2d5674710108ba58dc3.tar.gz |
Allow native compilation on the iPhone.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3080,7 +3080,7 @@ case "$arch" in aarch64|arm64) arch="aarch64" ;; - arm*|iPad*) + arm*|iPad*|iPhone*) arch="arm" ;; mips*|IP*) |