summaryrefslogtreecommitdiffstats
path: root/TOOLS/travis-deps
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-12-07 18:17:41 +0100
committerwm4 <wm4@nowhere>2016-12-07 19:13:14 +0100
commita660e15c9b96bd46209e78b3c3d4cf136a039a50 (patch)
treecc3b8bd70895f057fc0d8b095e891346b967faef /TOOLS/travis-deps
parent2b1d150a53d328db092c8f3799667cd72ef89634 (diff)
downloadmpv-a660e15c9b96bd46209e78b3c3d4cf136a039a50.tar.bz2
mpv-a660e15c9b96bd46209e78b3c3d4cf136a039a50.tar.xz
build: bump required minimum versions to FFmpeg 3.2.2 and Libav 12
Fixes the build with Libav 11 (not).
Diffstat (limited to 'TOOLS/travis-deps')
-rwxr-xr-xTOOLS/travis-deps4
1 files changed, 2 insertions, 2 deletions
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,