diff --git a/compile.sh b/compile.sh index 003184a49bf1975cf2da5e3df8c0c0d92a02e6f4..b1399ba885150d71fb29a8a680a94fc7c3086d4b 100755 --- a/compile.sh +++ b/compile.sh @@ -84,7 +84,7 @@ export PATH=${NDK_TOOLCHAIN_PATH}:${PATH} ANDROID_PATH="`pwd`" # 1/ libvlc, libvlccore and its plugins -TESTED_HASH=da08af353 +TESTED_HASH=5b25b3d if [ ! -d "vlc" ]; then echo "VLC source not found, cloning" git clone git://git.videolan.org/vlc.git vlc