build/make/configure.sh: Fix armv7 builds in Xcode7.
authorTom Finegan <tomfinegan@google.com>
Fri, 18 Sep 2015 22:58:41 +0000 (15:58 -0700)
committerTom Finegan <tomfinegan@google.com>
Thu, 24 Sep 2015 01:42:21 +0000 (18:42 -0700)
commit6cf994b924b102f4727c505e0ad0137ab275a923
treed9c3881b846f6522a6f0c975f470b4be2bb73538
parentaf631e1f1959cf4961e1abeb7f547d6a9114fbcd
build/make/configure.sh: Fix armv7 builds in Xcode7.

- Use the iphoneos SDK path (instead of macosx).
- Detect iOS SDK major version and disable media (armv6) when using
  iOS SDK version 9 or higher.

BUG=https://code.google.com/p/webm/issues/detail?id=1075

Change-Id: I12f77dbeee4c0084e8322f6841813da8b5e91c16
build/make/configure.sh