[vlc-commits] extras/package: disable the macosx dialog provider in VLC. app release builds, since it should only be used by VLCKit
Felix Paul Kühne
git at videolan.org
Thu Aug 30 17:18:16 CEST 2012
vlc/vlc-2.0 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Aug 22 15:23:30 2012 +0200| [8856ef80390d7a7077011fe1848c050405be9f7d] | committer: Felix Paul Kühne
extras/package: disable the macosx dialog provider in VLC.app release builds, since it should only be used by VLCKit
(cherry picked from commit 1c76df001e79fe965e20816d8c46c6ed20f45cb5)
Conflicts:
extras/package/macosx/configure.sh
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=8856ef80390d7a7077011fe1848c050405be9f7d
---
extras/package/macosx/configure.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/extras/package/macosx/configure.sh b/extras/package/macosx/configure.sh
index c16491d..15f5b2a 100755
--- a/extras/package/macosx/configure.sh
+++ b/extras/package/macosx/configure.sh
@@ -14,7 +14,6 @@ OPTIONS="
--enable-realrtsp
--enable-libass
--enable-macosx-audio
- --enable-macosx-dialog-provider
--enable-macosx-eyetv
--enable-macosx-qtkit
--enable-macosx-vout
@@ -22,6 +21,8 @@ OPTIONS="
--disable-skins2
--disable-xcb
--disable-sdl
+ --disable-samplerate
+ --disable-macosx-dialog-provider
"
sh "$(dirname $0)"/../../../configure ${OPTIONS} $*
More information about the vlc-commits
mailing list