[vlc-commits] mac: disable bluray and cddb since those packages are not needed
Felix Paul Kühne
git at videolan.org
Thu Apr 24 11:11:16 CEST 2014
npapi-vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu Apr 24 11:11:09 2014 +0200| [1d4ab44aa8fd67452a2b3b0fcb2883231f4d524b] | committer: Felix Paul Kühne
mac: disable bluray and cddb since those packages are not needed
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=1d4ab44aa8fd67452a2b3b0fcb2883231f4d524b
---
extras/macosx/build-vlc.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/extras/macosx/build-vlc.sh b/extras/macosx/build-vlc.sh
index 033332f..d425bac 100755
--- a/extras/macosx/build-vlc.sh
+++ b/extras/macosx/build-vlc.sh
@@ -126,8 +126,8 @@ if ! [ -e ${ARCH}-npapi ]; then
mkdir ${ARCH}-npapi
cd ${ARCH}-npapi
../bootstrap --build=${ARCH}-apple-darwin10 \
- --disable-sout --disable-sdl --disable-sparkle \
- --disable-bghudappkit --disable-growl --disable-goom \
+ --disable-sout --disable-cddb --disable-bluray --disable-sdl \
+ --disable-sparkle --disable-bghudappkit --disable-growl --disable-goom \
--disable-SDL_image --disable-lua --disable-chromaprint \
--disable-caca --disable-upnp --disable-vncserver \
--disable-ncurses
More information about the vlc-commits
mailing list