[Android] Move the VLC code to 2.2.0 branch
Jean-Baptiste Kempf
git at videolan.org
Sun Jun 15 17:02:31 CEST 2014
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Jun 15 17:02:05 2014 +0200| [a2f5a8288a370f6e645123da6ab75fa0c8d2bff0] | committer: Jean-Baptiste Kempf
Move the VLC code to 2.2.0 branch
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=a2f5a8288a370f6e645123da6ab75fa0c8d2bff0
---
compile.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compile.sh b/compile.sh
index 270a5e0..224c509 100755
--- a/compile.sh
+++ b/compile.sh
@@ -111,7 +111,7 @@ then
TESTED_HASH=8bb10a1
if [ ! -d "vlc" ]; then
echo "VLC source not found, cloning"
- git clone git://git.videolan.org/vlc.git vlc
+ git clone git://git.videolan.org/vlc/vlc-2.2.git vlc
cd vlc
git checkout -B android ${TESTED_HASH}
else
More information about the Android
mailing list