Prechádzať zdrojové kódy

buildVLCKit: Remove old configure flags

Hugo Beauzée-Luyssen 8 rokov pred
rodič
commit
36357f5840
1 zmenil súbory, kde vykonal 0 pridanie a 2 odobranie
  1. 0 2
      buildVLCKit.sh

+ 0 - 2
buildVLCKit.sh

@@ -230,7 +230,6 @@ buildLibVLC() {
     spushd vlckitbuild
 
     ../configure --build=${TARGET} --prefix="${PREFIX}" \
-        --disable-macosx-vlc-app \
         --disable-macosx \
         --enable-merge-ffmpeg \
         --disable-sparkle \
@@ -251,7 +250,6 @@ buildLibVLC() {
         --disable-xcb \
         --disable-caca \
         --disable-pulse \
-        --disable-sdl \
         --disable-gnutls \
         --disable-vnc
     make -j$MAKE_JOBS ${args}