mirror of
https://github.com/mpv-player/mpv
synced 2025-02-02 05:01:56 +00:00
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
Block a user