[vlc-commits] mac compilation script: simplify configure

Felix Paul Kühne git at videolan.org
Fri Aug 28 13:01:27 CEST 2015


npapi-vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri Aug 28 13:00:24 2015 +0200| [706a4c951389adb7d5248732c18d5faf4cf477e9] | committer: Felix Paul Kühne

mac compilation script: simplify configure

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

 extras/macosx/build-vlc.sh |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/extras/macosx/build-vlc.sh b/extras/macosx/build-vlc.sh
index c634201..f181fa7 100755
--- a/extras/macosx/build-vlc.sh
+++ b/extras/macosx/build-vlc.sh
@@ -170,8 +170,11 @@ fi
 cd ${ARCH}-build
 ../configure \
         --build=${ARCH}-apple-darwin10 \
+        --prefix=${PREFIX} \
+        --with-macosx-version-min=${MINIMAL_OSX_VERSION} \
+        --with-macosx-sdk=$SDKROOT \
         --disable-lua --disable-httpd --disable-vlm --disable-sout \
-        --disable-vcd --enable-dvdnav --enable-dvdread --disable-screen \
+        --disable-vcd --disable-screen \
         --disable-debug \
         --disable-macosx \
         --disable-notify \
@@ -184,7 +187,6 @@ cd ${ARCH}-build
         --enable-shout \
         --disable-ncurses \
         --disable-twolame \
-        --enable-a52 \
         --enable-realrtsp \
         --enable-libass \
         --disable-macosx-avfoundation \
@@ -201,13 +203,10 @@ cd ${ARCH}-build
         --disable-upnp \
         --disable-goom \
         --disable-nls \
-        --disable-mad \
         --disable-sdl \
         --disable-sdl-image \
-        --with-macosx-sdk=$SDKROOT \
-        --with-macosx-version-min=${MINIMAL_OSX_VERSION} \
         ${CONFIG_OPTIONS} \
-        --prefix=${PREFIX} > ${out}
+         > ${out}
 
 info "Compiling VLC"
 



More information about the vlc-commits mailing list