shithub: libvpx

Download patch

ref: 0a9e39fd76e0b211d94f16ebfdb3770ca9da0a23
parent: 845d4f333d4492cf99006192a9844a6d2a4eb4fc
author: James Zern <[email protected]>
date: Thu Sep 25 14:53:23 EDT 2014

iphonesimulator: make iOS 6 the minimum requirement

iOS 5 support isn't available in the Xcode 6 install; iOS 6 covers
phones starting at the 3GS, so should be a reasonable base line

Change-Id: I15572ec0dd73f1ffc88c58120c706384a01f2478

--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -788,8 +788,8 @@
             add_ldflags "-mmacosx-version-min=10.9"
             ;;
         *-iphonesimulator-*)
-            add_cflags  "-miphoneos-version-min=5.0"
-            add_ldflags "-miphoneos-version-min=5.0"
+            add_cflags  "-miphoneos-version-min=6.0"
+            add_ldflags "-miphoneos-version-min=6.0"
             osx_sdk_dir="$(xcrun --sdk iphonesimulator --show-sdk-path)"
             add_cflags  "-isysroot ${osx_sdk_dir}"
             add_ldflags "-isysroot ${osx_sdk_dir}"