diff --git a/compile.sh b/compile.sh index 64028fab75049c7121085c9b281ad9a309ed2d46..80c180d263cd5cb574499cac04f4489435053908 100755 --- a/compile.sh +++ b/compile.sh @@ -80,7 +80,7 @@ export PATH=${NDK_TOOLCHAIN_PATH}:${PATH} ANDROID_PATH="`pwd`" # 1/ libvlc, libvlccore and its plugins -TESTED_HASH=e8dc8779b +TESTED_HASH=5648d4e if [ ! -d "vlc" ]; then echo "VLC source not found, cloning" git clone git://git.videolan.org/vlc.git vlc