diff --git a/compile.sh b/compile.sh index 9764f30592fb2eac3428b6f62fd702887d14139b..6c23e2a7910e2655b98383099b69391f89378434 100755 --- a/compile.sh +++ b/compile.sh @@ -131,7 +131,7 @@ fi # Fetch VLC source # #################### -TESTED_HASH=4b187ac +TESTED_HASH=e5325d7 if [ ! -d "vlc" ]; then echo "VLC source not found, cloning" git clone git://git.videolan.org/vlc.git vlc