Skip to content
Snippets Groups Projects

DO NOT MERGE: test building libvlc.so with outside script

Open Steve Lhomme requested to merge vlc-libvlc into master
2 files
+ 0
14
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -88,13 +88,6 @@ fi
VLC_BUILD_DIR="$(cd $VLC_SRC_DIR/; pwd)/build-android-${TARGET_TUPLE}"
if [ -z $VLC_TARBALLS ]; then
VLC_TARBALLS="$(cd $VLC_SRC_DIR/;pwd)/contrib/tarballs"
fi
if [ ! -d $VLC_TARBALLS ]; then
mkdir -p $VLC_TARBALLS
fi
VLC_OUT_PATH="$VLC_BUILD_DIR/ndk"
mkdir -p $VLC_OUT_PATH
Loading