summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-08-03 14:43:04 +0200
committerwm4 <wm4@nowhere>2017-08-03 14:43:04 +0200
commit7ec8bd168e9347b00de5b10e87854ddf60b61071 (patch)
tree9ef8f9ecc70f3830b09655fde54289c7764fbe97 /TOOLS
parent2bcf04a7bdbeebbe3993b32031ff864c934e00b9 (diff)
downloadmpv-7ec8bd168e9347b00de5b10e87854ddf60b61071.tar.bz2
mpv-7ec8bd168e9347b00de5b10e87854ddf60b61071.tar.xz
travis: drop libav-stable support
For libav-stable, we download the Libav tarball, which is failing, because their certificate is broken: ERROR: cannot verify libav.org's certificate, issued by `/C=US/O=Let\'s Encrypt/CN=Let\'s Encrypt Authority X3': Issued certificate has expired. I don't intend to support Libav's overly old releases anymore anyway, so if you want to use Libav, use its git master.
Diffstat (limited to 'TOOLS')
-rwxr-xr-xTOOLS/travis-deps4
1 files changed, 0 insertions, 4 deletions
diff --git a/TOOLS/travis-deps b/TOOLS/travis-deps
index 1d97f446b9..e2fea1fac0 100755
--- a/TOOLS/travis-deps
+++ b/TOOLS/travis-deps
@@ -87,10 +87,6 @@ end
class Libav < TravisDepsBuilder
def build_map
{
- "libav-stable" => {
- :action => :stable,
- :url => 'http://libav.org/releases/libav-12.tar.gz'
- },
"libav-git" => {
:action => :git,
:url => "git://git.libav.org/libav.git"