vlc/vlc-1.2 | branch: master | Jean-Baptiste Kempf <[email protected]> | Fri Dec 2 21:19:25 2011 +0100| [a267a61245667d5806a591b5ae34b03e787b00ad] | committer: Jean-Baptiste Kempf
MacOS: default to 10.6.sdk (cherry picked from commit db7b4282126132069105416cf9610c4c749e395c) Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=a267a61245667d5806a591b5ae34b03e787b00ad --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 6100cd9..8fb2363 100644 --- a/configure.ac +++ b/configure.ac @@ -167,7 +167,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]) CPP="${CPP} -isysroot ${with_macosx_sdk}" CC="${CC} -isysroot ${with_macosx_sdk}" _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
