]> granicus.if.org Git - libvpx/commit
Fix building with iOS 9 beta SDK
authorBrion Vibber <bvibber@wikimedia.org>
Sat, 20 Jun 2015 19:08:35 +0000 (12:08 -0700)
committerJohann <johannkoenig@google.com>
Mon, 22 Jun 2015 19:09:09 +0000 (12:09 -0700)
commit78637b61361ab11425afd4a67d43c4df948647a6
treec5735f2b3d49bcae0c292d7b49608d1cfc5a9055
parent8e029fcfa9dbb017b190645b04a3cd5838abaf71
Fix building with iOS 9 beta SDK

configure.sh was setting some Mac OS X options for iOS targets, which
confuses the iOS 9 beta SDK in Xcode 7 when linking libraries.

Additionally, old armv6 media extensions were being enabled on iOS
when they're not needed (we always have Neon since iOS 6). These
broke on iOS 9 SDK which no longer assembles those instructions.

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