0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02: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
def configure
[super, "--cc=#{ENV['CC']}"].join(" ")
[super, "--cc=#{ENV['CC']} --disable-asm"].join(" ")
end
end