mirror of
https://github.com/mpv-player/mpv
synced 2024-12-22 06:42:03 +00:00
travis: remove --disable-doc from libav/ffmpeg configure
This commit is contained in:
parent
ae709b5c03
commit
2231d5e398
@ -72,7 +72,7 @@ class Libav < TravisDepsBuilder
|
||||
end
|
||||
|
||||
def configure
|
||||
[super, "--disable-doc", "--cc=#{ENV['CC']}"].join(" ")
|
||||
[super, "--cc=#{ENV['CC']}"].join(" ")
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user