[vlc-commits] extras/macosx: we don't want the OSX app bundle, disable it

Felix Paul Kühne git at videolan.org
Wed Dec 19 16:59:39 CET 2012


npapi-vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Dec 19 16:59:31 2012 +0100| [5dafcabc245f70c908f8a76e0eda0c69d76607ab] | committer: Felix Paul Kühne

extras/macosx: we don't want the OSX app bundle, disable it

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

 extras/macosx/build-vlc.sh |    1 +
 1 file changed, 1 insertion(+)

diff --git a/extras/macosx/build-vlc.sh b/extras/macosx/build-vlc.sh
index 8e3d889..bbce4a0 100755
--- a/extras/macosx/build-vlc.sh
+++ b/extras/macosx/build-vlc.sh
@@ -148,6 +148,7 @@ cd 64build
         --disable-nls \
         --disable-sdl \
         --disable-sdl-image \
+        --disable-macosx-vlc-app \
         --prefix=${PREFIX} > ${out}
 
 info "Compiling vlc"



More information about the vlc-commits mailing list