travis: fix ffmpeg-git build

This commit is contained in:
Stefano Pigozzi 2016-11-17 15:07:54 +01:00
parent 803e2c5f87
commit 6250007bca
1 changed files with 1 additions and 1 deletions

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