diff options
author | Rechi <Rechi@users.noreply.github.com> | 2017-05-04 15:34:02 +0200 |
---|---|---|
committer | Rainer Hochecker <fernetmenta@online.de> | 2017-05-14 08:04:54 +0200 |
commit | 5dc294699a811f843aee60d25dd99346e7912241 (patch) | |
tree | 08ce5f39a22676b0f698db8b8a9464ae577d8eb9 /appveyor.yml | |
parent | 09b1f5eff32853e246e314bf7abb3d8ee82cd026 (diff) |
[appveyor] bump ffmpeg to 3.3
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 f91c1e840a..87a0e55b43 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -43,7 +43,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 "wget -O - http://repo.msys2.org/mingw/i686/mingw-w64-i686-ffmpeg-3.1.1-1-any.pkg.tar.xz | tar xJv" + bash -c "wget -O - http://repo.msys2.org/mingw/i686/mingw-w64-i686-ffmpeg-3.3-1-any.pkg.tar.xz | tar xJv" bash -c "wget -O - http://repo.msys2.org/mingw/i686/mingw-w64-i686-libdvdcss-1.4.0-1-any.pkg.tar.xz | tar xJv" bash -c "wget -O - http://repo.msys2.org/mingw/i686/mingw-w64-i686-libdvdnav-5.0.3-1-any.pkg.tar.xz | tar xJv" bash -c "wget -O - http://repo.msys2.org/mingw/i686/mingw-w64-i686-libdvdread-5.0.3-1-any.pkg.tar.xz | tar xJv" |