[vlc-devel] [PATCH] MacOS: default to 10.6.sdk

Rafaël Carré funman at videolan.org
Fri Dec 2 21:52:39 CET 2011


Le Fri,  2 Dec 2011 21:20:44 +0100,
Jean-Baptiste Kempf <jb at videolan.org> a écrit :

> ---
>  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],

if binary runs on 10.5 ok

-- 
Rafaël Carré



More information about the vlc-devel mailing list