diff --git a/compile.sh b/compile.sh index cf60d22779feba41f803132f445d03794056f4fd..832e91082235b611aed455cd29bde736a62054cb 100755 --- a/compile.sh +++ b/compile.sh @@ -131,7 +131,7 @@ fi # Fetch VLC source # #################### -TESTED_HASH=0c8ef54 +TESTED_HASH=712cbd4 if [ ! -d "vlc" ]; then echo "VLC source not found, cloning" git clone git://git.videolan.org/vlc.git vlc