Przeglądaj źródła

compile: update buildscript to new VLC buildsystem

Alexandre Janniaux 5 lat temu
rodzic
commit
fd9b34630e
1 zmienionych plików z 8 dodań i 2 usunięć
  1. 8 2
      compileAndBuildVLCKit.sh

+ 8 - 2
compileAndBuildVLCKit.sh

@@ -160,7 +160,12 @@ buildLibVLC() {
     mkdir -p ${BUILDDIR}
     spushd ${BUILDDIR}
 
-    ../extras/package/apple/build.sh --arch=$ARCH --sdk=${PLATFORM}${SDK_VERSION} ${DEBUGFLAG} ${VERBOSEFLAG} ${BITCODEFLAG}
+    ../extras/package/apple/build.sh \
+        --arch=$ARCH \
+        --sdk=${PLATFORM}${SDK_VERSION} \
+        --build-libvlc=dynamic \
+        --build-modules=static \
+        ${DEBUGFLAG} ${VERBOSEFLAG} ${BITCODEFLAG}
 
     spopd # builddir
 
@@ -441,7 +446,8 @@ if [ "$MACOS" = "yes" ]; then
     build_universal_static_lib "MacOSX"
 fi
 if [ "$IOS" = "yes" ]; then
-    build_universal_static_lib "iphone"
+    echo Not building universal static libs
+    #build_universal_static_lib "iphone"
 fi
 
 info "all done"