mirror of https://github.com/mpv-player/mpv
travis: fix ffmpeg-git build
This commit is contained in:
parent
803e2c5f87
commit
6250007bca
|
@ -107,7 +107,7 @@ class Libav < TravisDepsBuilder
|
|||
end
|
||||
|
||||
def configure
|
||||
[super, "--cc=#{ENV['CC']}"].join(" ")
|
||||
[super, "--cc=#{ENV['CC']} --disable-asm"].join(" ")
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue