buildscript: Use git fetch instead of git pull for vlc git
If the vlc directory is already dirty(patches have been applied before)
the build will possibly fail on git pull --rebase
due conflicts.
If the developer wants to rebase some current work, -n
option should be considered.
This patch will be backported to 3.0 if accepted.