Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
c318005b
Commit
c318005b
authored
Feb 16, 2009
by
Felix Paul Kühne
Browse files
macosx: updated default configs (use the 10.5 SDK instead of 10.4u)
parent
c2c76c6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
c318005b
...
...
@@ -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] )
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment