mirror of
https://github.com/mpv-player/mpv
synced 2025-02-21 23:36:58 +00:00
travis: stop excluding ffmpeg-git
Signed-off-by: Stefano Pigozzi <stefano.pigozzi@gmail.com>
This commit is contained in:
parent
2964788055
commit
08dbc8f43e
@ -30,8 +30,6 @@ matrix:
|
||||
env: LIBAV=ffmpeg-git
|
||||
- os: osx
|
||||
compiler: gcc
|
||||
- os: linux
|
||||
env: LIBAV=ffmpeg-git
|
||||
- os: linux
|
||||
compiler: clang
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user