[vlc-devel] commit: macosx: updated default configs (use the 10.5 SDK instead of 10.4u) ( Felix Paul Kühne )

git version control git at videolan.org
Mon Feb 16 00:41:41 CET 2009


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Feb 16 00:41:27 2009 +0100| [c318005be1b5281fe79f14d0e9d164e3da3424a0] | committer: Felix Paul Kühne 

macosx: updated default configs (use the 10.5 SDK instead of 10.4u)

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

 configure.ac |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 299beeb..21b09f1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -217,8 +217,10 @@ case "${host_os}" in
     then
         echo ""
         echo "Building with Mac OS X defaults:"
-        with_macosx_version_min="10.4"
-        echo "  Assuming --with-macosx-version-min=10.4"
+        with_macosx_version_min="10.5"
+        echo "  Assuming --with-macosx-version-min=10.5"
+        with_macosx_sdk="/Developer/SDKs/MacOSX${with_macosx_version_min}.sdk"
+        echo "  Assuming --with-macosx-sdk=/Developer/SDKs/MacOSX${with_macosx_version_min}.sdk"
         build_dir=`pwd`
         echo "  Assuming --prefix=${build_dir}/vlc_install_dir"
         ac_default_prefix="${build_dir}/vlc_install_dir"
@@ -1793,7 +1795,7 @@ dnl
 dnl Taglibplugin
 dnl
 AC_ARG_ENABLE(taglib,
-  [  --disable-taglib Taglib support (default enabled) ])
+  [  --disable-taglib        Taglib support (default enabled) ])
   AS_IF([test "${enable_taglib}" != "no"],[
     PKG_CHECK_MODULES(TAGLIB, taglib,
       [ AC_DEFINE( HAVE_TAGLIB, 1, [Define if you have taglib plugin built] )




More information about the vlc-devel mailing list