travis-ci: update Libav release

Libav 10 was released, so we can enable testing the stable Libav version
again.

FFmpeg 2.2 was also released, but since we still support 2.1.4, we stick
with the older version. This is better for testing.
This commit is contained in:
wm4 2014-03-24 00:12:48 +01:00
parent bb1b0a9f42
commit f4fe22266d
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
language: c
env:
- LIBAV=libav-stable
- LIBAV=libav-git
- LIBAV=ffmpeg-stable
- LIBAV=ffmpeg-git

View File

@ -54,7 +54,7 @@ class Libav < TravisDepsBuilder
{
"libav-stable" => {
:action => :stable,
:url => 'http://libav.org/releases/libav-9.10.tar.gz'
:url => 'http://libav.org/releases/libav-10.tar.gz'
},
"libav-git" => {
:action => :git,