From a660e15c9b96bd46209e78b3c3d4cf136a039a50 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 7 Dec 2016 18:17:41 +0100 Subject: build: bump required minimum versions to FFmpeg 3.2.2 and Libav 12 Fixes the build with Libav 11 (not). --- TOOLS/travis-deps | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TOOLS') diff --git a/TOOLS/travis-deps b/TOOLS/travis-deps index 20825568b0..1d97f446b9 100755 --- a/TOOLS/travis-deps +++ b/TOOLS/travis-deps @@ -89,7 +89,7 @@ class Libav < TravisDepsBuilder { "libav-stable" => { :action => :stable, - :url => 'http://libav.org/releases/libav-11.tar.gz' + :url => 'http://libav.org/releases/libav-12.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.4.tar.gz' + :url => 'http://www.ffmpeg.org/releases/ffmpeg-3.2.2.tar.gz' }, "ffmpeg-git" => { :action => :git, -- cgit v1.2.3