summaryrefslogtreecommitdiffstats
path: root/TOOLS/travis-deps
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-10-27 18:13:02 +0200
committerwm4 <wm4@nowhere>2017-10-27 18:13:02 +0200
commit47dca74f0399054623a20b983c6e61c8ca0450a4 (patch)
tree8be9e4fc3c1caec5cb3d867bab49f3e5bbe1d69e /TOOLS/travis-deps
parent4d47805a761c588bb368076f42906ff2522dd90e (diff)
downloadmpv-47dca74f0399054623a20b983c6e61c8ca0450a4.tar.bz2
mpv-47dca74f0399054623a20b983c6e61c8ca0450a4.tar.xz
travis: adjust ffmpeg URL
No idea if this is correct.
Diffstat (limited to 'TOOLS/travis-deps')
-rwxr-xr-xTOOLS/travis-deps8
1 files changed, 2 insertions, 6 deletions
diff --git a/TOOLS/travis-deps b/TOOLS/travis-deps
index 8206c6b597..2925372edc 100755
--- a/TOOLS/travis-deps
+++ b/TOOLS/travis-deps
@@ -91,13 +91,9 @@ class Libav < TravisDepsBuilder
:action => :git,
:url => "git://git.libav.org/libav.git"
},
- "ffmpeg-stable" => {
- :action => :stable,
- :url => 'http://www.ffmpeg.org/releases/ffmpeg-3.2.2.tar.gz'
- },
"ffmpeg-git" => {
:action => :git,
- :url => "git://github.com/FFmpeg/FFmpeg.git"
+ :url => "git://github.com/mpv-player/ffmpeg-mpv.git"
}
}
end
@@ -110,7 +106,7 @@ end
class LibavOsx < Libav
def build_map
{
- "ffmpeg-stable" => { :action => :package, :url => 'ffmpeg' },
+ "ffmpeg-git" => { :action => :package, :url => 'ffmpeg' },
}
end
end