Parcourir la source

fix compilation and use correct MediaLibraryKit branch

Felix Paul Kühne il y a 12 ans
Parent
commit
be5e98367c
3 fichiers modifiés avec 3 ajouts et 6 suppressions
  1. 1 0
      External/MediaLibraryKit
  2. 1 0
      External/MobileVLCKit
  3. 1 6
      buildAspenProject.sh

+ 1 - 0
External/MediaLibraryKit

@@ -0,0 +1 @@
+/Users/fkuehne/Desktop/videolan/gits/ios2/ImportedSources/MediaLibraryKit/build/Release-iphoneos

+ 1 - 0
External/MobileVLCKit

@@ -0,0 +1 @@
+/Users/fkuehne/Desktop/videolan/gits/ios2/ImportedSources/VLCKit/build/Release-iphoneos

+ 1 - 6
buildAspenProject.sh

@@ -122,7 +122,7 @@ fi
 cd ..
 fi
 if ! [ -e MediaLibraryKit ]; then
-git clone git://git.videolan.org/MediaLibraryKit.git
+git clone -b Aspen --single-branch git://git.videolan.org/MediaLibraryKit.git
 fi
 if ! [ -e VLCKit ]; then
 git clone git://git.videolan.org/vlc-bindings/VLCKit.git
@@ -159,11 +159,6 @@ fi
 framework_build="${aspen_root_dir}/ImportedSources/VLCKit/${xcbuilddir}"
 mlkit_build="${aspen_root_dir}/ImportedSources/MediaLibraryKit/${xcbuilddir}"
 
-spushd MediaLibraryKit
-rm -f External/MobileVLCKit
-ln -sf ${framework_build} External/MobileVLCKit
-spopd
-
 spopd #ImportedSources
 
 rm -f External/MobileVLCKit