瀏覽代碼

buildVLCKit: Remove old configure flags

Hugo Beauzée-Luyssen 7 年之前
父節點
當前提交
36357f5840
共有 1 個文件被更改,包括 0 次插入2 次删除
  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}