diff --git a/compile.sh b/compile.sh index 0ce9e4f3280a4d87ade2fde0d700cde665ecc5b6..89aaaedf11aeae4980b07fb55ec1983424619627 100755 --- a/compile.sh +++ b/compile.sh @@ -130,7 +130,7 @@ fi # Fetch VLC source # #################### -TESTED_HASH=3375a55 +TESTED_HASH=35fc569 if [ ! -d "vlc" ]; then echo "VLC source not found, cloning" git clone git://git.videolan.org/vlc.git vlc