diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2016-07-15 17:08:25 +0200 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2016-07-15 17:10:00 +0200 |
commit | fbae963de15c9d1e5660132c22eef407ba324518 (patch) | |
tree | 8fe58b32f8e8e13d4f1f8047cf2dfd4b523fcaac /appveyor.yml | |
parent | 5cc60d85e15e61e1ec2b786abe9c06b367ad1c00 (diff) |
[win32] update AppVeyor with ffmpeg 3.1.1
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 82d69fd5ba..67979f5333 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-3.0-1-any.pkg.tar.xz | tar xJv" + bash -c "curl http://repo.msys2.org/mingw/i686/mingw-w64-i686-ffmpeg-3.1.1-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" |