[vlmc-devel] Tweak Mac build script
Felix Paul Kühne
git at videolan.org
Fri Apr 29 16:54:02 CEST 2016
vlmc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri Apr 29 16:53:55 2016 +0200| [fa60023da5344d8ad8cc5f4e1eec556371208947] | committer: Felix Paul Kühne
Tweak Mac build script
> https://code.videolan.org/videolan/vlmc/commit/fa60023da5344d8ad8cc5f4e1eec556371208947
---
contribs/build-libvlc-for-mac.sh | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/contribs/build-libvlc-for-mac.sh b/contribs/build-libvlc-for-mac.sh
index ace6a2c..04d88c1 100755
--- a/contribs/build-libvlc-for-mac.sh
+++ b/contribs/build-libvlc-for-mac.sh
@@ -12,7 +12,7 @@ OSX_VERSION="10.11"
ARCH="x86_64"
MINIMAL_OSX_VERSION="10.7"
SDKROOT=`xcode-select -print-path`/Platforms/MacOSX.platform/Developer/SDKs/MacOSX$OSX_VERSION.sdk
-UNSTABLE=no
+UNSTABLE=yes
usage()
{
@@ -21,7 +21,7 @@ usage: $0 [-v] [-d]
OPTIONS
-v Be more verbose
- -u Use unstable libvlc
+ -u Do not use unstable libvlc
-k <sdk> Use the specified sdk (default: $SDKROOT for $ARCH)
-a <arch> Use the specified arch (default: $ARCH)
EOF
@@ -55,7 +55,7 @@ do
VERBOSE=yes
;;
u)
- UNSTABLE=yes
+ UNSTABLE=no
;;
a)
ARCH=$OPTARG
@@ -181,7 +181,7 @@ cd ${ARCH}-build
--disable-macosx-dialog-provider \
--disable-macosx-eyetv \
--disable-macosx-qtkit \
- --disable-macosx-quartztext \
+ --disable-qt \
--disable-macosx-vlc-app \
--disable-skins2 \
--disable-xcb \
More information about the Vlmc-devel
mailing list