[vlc-commits] Remove old configure options from build script

Felix Paul Kühne git at videolan.org
Wed Apr 23 13:16:09 CEST 2014


npapi-vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Apr 23 13:15:59 2014 +0200| [4c7d4c8ba13d80d2a42e30fa47e659bd5d699a9f] | committer: Felix Paul Kühne

Remove old configure options from build script

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

 extras/macosx/build-vlc.sh |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/extras/macosx/build-vlc.sh b/extras/macosx/build-vlc.sh
index d46d1b1..b9244ad 100755
--- a/extras/macosx/build-vlc.sh
+++ b/extras/macosx/build-vlc.sh
@@ -182,14 +182,12 @@ cd ${ARCH}-build
         --disable-a52 \
         --enable-realrtsp \
         --enable-libass \
-        --enable-macosx-audio \
         --disable-macosx-avfoundation \
         --disable-macosx-dialog-provider \
         --disable-macosx-eyetv \
         --disable-macosx-qtkit \
         --disable-macosx-quartztext \
         --disable-macosx-vlc-app \
-        --enable-macosx-vout \
         --disable-skins2 \
         --disable-xcb \
         --disable-caca \
@@ -201,7 +199,6 @@ cd ${ARCH}-build
         --disable-mad \
         --disable-sdl \
         --disable-sdl-image \
-        --enable-coregraphicslayer-vout \
         --with-macosx-sdk=$SDKROOT \
         --with-macosx-version-min=${MINIMAL_OSX_VERSION} \
         ${CONFIG_OPTIONS} \



More information about the vlc-commits mailing list