[vlc-commits] MacOS: default to 10.6.sdk

Jean-Baptiste Kempf git at videolan.org
Fri Dec 2 21:55:33 CET 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Dec  2 21:19:25 2011 +0100| [db7b4282126132069105416cf9610c4c749e395c] | committer: Jean-Baptiste Kempf

MacOS: default to 10.6.sdk

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=db7b4282126132069105416cf9610c4c749e395c
---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 09766ac..e6b30ed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -158,7 +158,7 @@ case "${host_os}" in
     AC_ARG_WITH(macosx-sdk,
       [AS_HELP_STRING([--with-macosx-sdk=DIR],
         [compile using the SDK in DIR])])
-    test "${with_macosx_sdk}" = "" && with_macosx_sdk=/Developer/SDKs/MacOSX10.5.sdk
+    test "${with_macosx_sdk}" = "" && with_macosx_sdk=/Developer/SDKs/MacOSX10.6.sdk
     ! test -d "${with_macosx_sdk}" && AC_MSG_ERROR([SDK "${with_macosx_sdk}" not found])
     AC_ARG_WITH(macosx-version-min,
       [AS_HELP_STRING([--with-macosx-version-min=VERSION],



More information about the vlc-commits mailing list