mirror of https://github.com/mpv-player/mpv
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
|
env: LIBAV=ffmpeg-git
|
||||||
- os: osx
|
- os: osx
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
- os: linux
|
|
||||||
env: LIBAV=ffmpeg-git
|
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: clang
|
compiler: clang
|
||||||
|
|
||||||
|
|
|
@ -93,7 +93,7 @@ class Libav < TravisDepsBuilder
|
||||||
},
|
},
|
||||||
"ffmpeg-git" => {
|
"ffmpeg-git" => {
|
||||||
:action => :git,
|
:action => :git,
|
||||||
:url => "git://git.ffmpeg.org/ffmpeg.git"
|
:url => "https://github.com/FFmpeg/FFmpeg.git"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue