[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
Wed Aug 22 15:26:55 CEST 2012
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Aug 22 15:23:30 2012 +0200| [1c76df001e79fe965e20816d8c46c6ed20f45cb5] | 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
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1c76df001e79fe965e20816d8c46c6ed20f45cb5
---
extras/package/macosx/configure.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extras/package/macosx/configure.sh b/extras/package/macosx/configure.sh
index 9ec87e1..64d51af 100755
--- a/extras/package/macosx/configure.sh
+++ b/extras/package/macosx/configure.sh
@@ -32,7 +32,6 @@ OPTIONS="
--enable-realrtsp
--enable-libass
--enable-macosx-audio
- --enable-macosx-dialog-provider
--enable-macosx-eyetv
--enable-macosx-qtkit
--enable-macosx-vout
@@ -41,6 +40,7 @@ OPTIONS="
--disable-caca
--disable-sdl
--disable-samplerate
+ --disable-macosx-dialog-provider
"
export CFLAGS
More information about the vlc-commits
mailing list