From 5808f1c408be958e90a302f42610fc59dfa0c373 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 3 Mar 2015 11:51:22 +0100 Subject: build: bump required FFmpeg/Libav libraries The af_lavrresample commit made compilation fail on Libav 10, so I think it's time to require somewhat more recent dependencies. Libav 11 is the latest release, and FFmpeg 2.4 seems to correspond to Libav 11. So use these. Also adjust the configure failure message. Instead of (accidentally) printing the pkg-config versions twice, print the release version numbers too. This is helpful, because the release version numbers are completely different from the pkg-config ones. I will probably remove some compatibility hacks in the following commits too. --- travis-deps | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'travis-deps') diff --git a/travis-deps b/travis-deps index c2cd4e48dd..194f183d1d 100755 --- a/travis-deps +++ b/travis-deps @@ -89,7 +89,7 @@ class Libav < TravisDepsBuilder { "libav-stable" => { :action => :stable, - :url => 'http://libav.org/releases/libav-10.tar.gz' + :url => 'http://libav.org/releases/libav-11.tar.gz' }, "libav-git" => { :action => :git, @@ -97,7 +97,7 @@ class Libav < TravisDepsBuilder }, "ffmpeg-stable" => { :action => :stable, - :url => 'http://www.ffmpeg.org/releases/ffmpeg-2.1.4.tar.gz' + :url => 'http://www.ffmpeg.org/releases/ffmpeg-2.4.tar.gz' }, "ffmpeg-git" => { :action => :git, -- cgit v1.2.3