Skip to content

Commit

Permalink
feat: update to latest libvlc version
Browse files Browse the repository at this point in the history
  • Loading branch information
acestream committed Jun 21, 2019
1 parent a4a2055 commit c51aa39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libvlc/bootstrap_libvlc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [ ! -f ${ROOT}/releases/latest/libvlc.aar ]; then
mkdir -p ${ROOT}/releases/latest
cd ${ROOT}/releases/latest

wget http://acestream.org/downloads/bintray/android/libvlc/libvlc-all-3.1.5.aar -O libvlc.aar
wget http://acestream.org/downloads/bintray/android/libvlc/libvlc-all-3.2-eap3.aar -O libvlc.aar
fi

echo "libvlc bootstrap done"

0 comments on commit c51aa39

Please sign in to comment.