mirror of
https://github.com/mpv-player/mpv
synced 2025-04-28 06:09:32 +00:00
travis: use clang for ffmpeg/libav compilation
I overlooked the fact that the ffmpeg/libav build system only supports `--cc` and completly ignores $CC. Hopefully this makes the build times a little faster. Fixes #332
This commit is contained in:
parent
ce72aaae7b
commit
057c2e25b0
@ -72,7 +72,7 @@ class Libav < TravisDepsBuilder
|
|||||||
end
|
end
|
||||||
|
|
||||||
def configure
|
def configure
|
||||||
[super, "--disable-doc"].join(" ")
|
[super, "--disable-doc", "--cc=#{ENV['CC']}"].join(" ")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user