1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-16 20:27:23 +00:00

travis: fix ffmpeg-git build

This commit is contained in:
Stefano Pigozzi 2016-11-17 15:07:54 +01:00
parent 803e2c5f87
commit 6250007bca

View File

@ -107,7 +107,7 @@ class Libav < TravisDepsBuilder
end end
def configure def configure
[super, "--cc=#{ENV['CC']}"].join(" ") [super, "--cc=#{ENV['CC']} --disable-asm"].join(" ")
end end
end end