[vlc-commits] contrib: assume OS X 10.7 by default and raise compatibility level to 10.6
Felix Paul Kühne
git at videolan.org
Sun Aug 19 12:55:20 CEST 2012
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri Aug 17 14:40:40 2012 +0200| [8477c53433aa7a4d97bd3748781ba2ede575d48c] | committer: Felix Paul Kühne
contrib: assume OS X 10.7 by default and raise compatibility level to 10.6
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8477c53433aa7a4d97bd3748781ba2ede575d48c
---
contrib/bootstrap | 2 +-
contrib/src/main.mak | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/contrib/bootstrap b/contrib/bootstrap
index d090a72..f8587a1 100755
--- a/contrib/bootstrap
+++ b/contrib/bootstrap
@@ -143,7 +143,7 @@ add_make_enabled()
check_macosx_sdk()
{
- [ -z "${OSX_VERSION}" ] && echo "OSX_VERSION not specified, assuming 10.6" && OSX_VERSION=10.6
+ [ -z "${OSX_VERSION}" ] && echo "OSX_VERSION not specified, assuming 10.7" && OSX_VERSION=10.7
if test -z "$SDKROOT"
then
SDKROOT=`xcode-select -print-path`/Platforms/MacOSX.platform/Developer/SDKs/MacOSX$OSX_VERSION.sdk
diff --git a/contrib/src/main.mak b/contrib/src/main.mak
index 2d3f3bb..328af3f 100644
--- a/contrib/src/main.mak
+++ b/contrib/src/main.mak
@@ -105,7 +105,7 @@ CXX := $(HOST)-g++ --sysroot=$(ANDROID_NDK)/platforms/android-9/arch-$(PLATFORM_
endif
ifdef HAVE_MACOSX
-MIN_OSX_VERSION=10.5
+MIN_OSX_VERSION=10.6
CC=gcc-4.2
CXX=g++-4.2
AR=ar
More information about the vlc-commits
mailing list