diff options
author | Ricardo Constantino <wiiaboo@gmail.com> | 2017-12-22 18:23:14 +0000 |
---|---|---|
committer | Stefano Pigozzi <stefano.pigozzi@gmail.com> | 2017-12-22 21:49:21 +0100 |
commit | 08dbc8f43e82984aaf2ff489b35a5b93396628ff (patch) | |
tree | 025b8e9e66071322d44c1cce02e8ed623aedb4ef /TOOLS | |
parent | 29647880551c7b15944d6299a2cd5d502a4efb88 (diff) |
travis: stop excluding ffmpeg-git
Signed-off-by: Stefano Pigozzi <stefano.pigozzi@gmail.com>
Diffstat (limited to 'TOOLS')
-rwxr-xr-x | TOOLS/travis-deps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/travis-deps b/TOOLS/travis-deps index 0126ce3389..aba68dad61 100755 --- a/TOOLS/travis-deps +++ b/TOOLS/travis-deps @@ -93,7 +93,7 @@ class Libav < TravisDepsBuilder }, "ffmpeg-git" => { :action => :git, - :url => "git://git.ffmpeg.org/ffmpeg.git" + :url => "https://github.com/FFmpeg/FFmpeg.git" } } end |