aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorMartijn Kaijser <martijn@xbmc.org>2016-04-01 22:04:27 +0200
committerMartijn Kaijser <martijn@xbmc.org>2016-04-01 22:04:27 +0200
commit4337deef2e03e86a10578ea9011c92558273781f (patch)
tree9d86ee08bc508f66f1586fde603727da197f12df /appveyor.yml
parent63d0934a02876503c6dfcee192f87cc65b195305 (diff)
Update Appveyor building after ffmpeg3 bump
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 1934d5f69a..5a795a7d58 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -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"