[Android] Compile: use vlc.git
Jean-Baptiste Kempf
git at videolan.org
Thu Oct 9 14:32:55 CEST 2014
vlc-ports/android | branch: tv | Jean-Baptiste Kempf <jb at videolan.org> | Wed Oct 8 14:35:11 2014 +0200| [1321850bff7716450c1b2419acc3c958669629d8] | committer: Geoffrey Métais
Compile: use vlc.git
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=1321850bff7716450c1b2419acc3c958669629d8
---
compile.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/compile.sh b/compile.sh
index fa76171..4d7443a 100755
--- a/compile.sh
+++ b/compile.sh
@@ -96,10 +96,10 @@ ANDROID_PATH="`pwd`"
if [ ! -z "$FETCH" ]
then
# 1/ libvlc, libvlccore and its plugins
- TESTED_HASH=7d4f14c
+ TESTED_HASH=d0a6d77
if [ ! -d "vlc" ]; then
echo "VLC source not found, cloning"
- git clone git://git.videolan.org/vlc/vlc-2.2.git vlc
+ git clone git://git.videolan.org/vlc.git vlc
cd vlc
git checkout -B android ${TESTED_HASH}
else
More information about the Android
mailing list