[Android] Compile: use vlc.git
Jean-Baptiste Kempf
git at videolan.org
Wed Oct 8 14:38:01 CEST 2014
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Oct 8 14:35:11 2014 +0200| [90826acf49a6b378bb9b7a34d0fc275065301e23] | committer: Jean-Baptiste Kempf
Compile: use vlc.git
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=90826acf49a6b378bb9b7a34d0fc275065301e23
---
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