Browse Source

Use VLC 2.1.0 for now

Jean-Baptiste Kempf 12 years ago
parent
commit
c9eabc1376
1 changed files with 1 additions and 1 deletions
  1. 1 1
      buildAspenProject.sh

+ 1 - 1
buildAspenProject.sh

@@ -116,7 +116,7 @@ mkdir -p External
 spushd ImportedSources
 
 if ! [ -e vlc ]; then
-git clone git://git.videolan.org/vlc.git
+git clone git://git.videolan.org/vlc/vlc-2.1.git
 info "Applying patches to vlc.git"
 cd vlc
 git checkout -B localAspenBranch ${TESTEDHASH}