From ed7ca832bfd20e6100d77554deb701b3b1a844b6 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Wed, 25 Jan 2012 13:13:43 +0100 Subject: [PATCH] We now work on 2.0 --- compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.sh b/compile.sh index 50b57e7f0..706f01763 100755 --- a/compile.sh +++ b/compile.sh @@ -24,7 +24,7 @@ export PATH=${ANDROID_NDK}/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux if [ ! -d "vlc" ]; then echo "VLC source not found, cloning" - git clone git://git.videolan.org/vlc/vlc-1.2.git vlc + git clone git://git.videolan.org/vlc/vlc-2.0.git vlc else echo "VLC source found, pulling from remote master" pushd vlc > /dev/null -- GitLab