shithub: openh264

Download patch

ref: 67a9e73a7c3fba62a44394fafbb5e54e563925f9
parent: fff39090530ef03520008d26189fd70b83aa4a3d
author: Martin Storsjö <[email protected]>
date: Sat Mar 8 20:44:13 EST 2014

Set the arch to armv7 by default when building for iOS

Otherwise it would build for the simulator by default, which
in most cases probably isn't what was intended.

--- a/build/platform-ios.mk
+++ b/build/platform-ios.mk
@@ -1,3 +1,4 @@
+ARCH = armv7
 include build/platform-darwin.mk
 CXX = clang++
 CC = clang