Skip to content

Commit

Permalink
Update Appveyor building after ffmpeg3 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnKaijser committed Apr 1, 2016
1 parent 63d0934 commit 4337dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -41,7 +41,7 @@ build_script:
# Download precompiled mingw32 libraries
# To run make-mingwlibs.bat on AppVeyor takes too long,
# we must use precompiled libs to speed up build
bash -c "curl http://repo.msys2.org/mingw/i686/mingw-w64-i686-ffmpeg-2.8.5-2-any.pkg.tar.xz | tar xJv"
bash -c "curl http://repo.msys2.org/mingw/i686/mingw-w64-i686-ffmpeg-3.0-1-any.pkg.tar.xz | tar xJv"
bash -c "curl http://repo.msys2.org/mingw/i686/mingw-w64-i686-libdvdcss-1.4.0-1-any.pkg.tar.xz | tar xJv"
bash -c "curl http://repo.msys2.org/mingw/i686/mingw-w64-i686-libdvdnav-5.0.3-1-any.pkg.tar.xz | tar xJv"
bash -c "curl http://repo.msys2.org/mingw/i686/mingw-w64-i686-libdvdread-5.0.3-1-any.pkg.tar.xz | tar xJv"
Expand Down

0 comments on commit 4337dee

Please sign in to comment.