diff --git a/compile.sh b/compile.sh index a9938a354c77498ea8d334833dd15e13dd09b350..6dcf0e96590f549633eec49a27268223d6defc99 100755 --- a/compile.sh +++ b/compile.sh @@ -153,7 +153,7 @@ fi # Fetch VLC source # #################### -TESTED_HASH=9fab663 +TESTED_HASH=d32fd68 if [ ! -d "vlc" ]; then echo "VLC source not found, cloning" git clone git://git.videolan.org/vlc.git vlc