From 71f8a4e05e26dce6dded6a8693ea0200ac3a38c0 Mon Sep 17 00:00:00 2001 From: Andoni Morales Alastruey Date: Fri, 16 Nov 2012 12:45:03 +0100 Subject: Use Snow Leopard as the minimum required version We don't support Leopard anymore and otherwise osxvideosik will use the hackish path for the main run loop integration --- config/darwin.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/darwin.config b/config/darwin.config index d0733b5..cbadf70 100644 --- a/config/darwin.config +++ b/config/darwin.config @@ -62,7 +62,7 @@ sdk_root = '/Developer/SDKs/MacOSX%s.sdk' % sdk_version if not os.path.exists(sdk_root): sdk_root = '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX%s.sdk' % sdk_version -min_osx_sdk_version = min_osx_sdk_version or '10.5' +min_osx_sdk_version = min_osx_sdk_version or '10.6' sdk='-mmacosx-version-min=%s -isysroot %s' % (min_osx_sdk_version, sdk_root) for f in ['CFLAGS', 'CCASFLAGS', 'CXXFLAGS', 'OBJCFLAGS', 'LDFLAGS']: -- cgit v1.2.3