1
0
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:
Stefano Pigozzi 2013-11-24 14:45:27 +01:00
parent ae709b5c03
commit 2231d5e398

View File

@ -72,7 +72,7 @@ class Libav < TravisDepsBuilder
end
def configure
[super, "--disable-doc", "--cc=#{ENV['CC']}"].join(" ")
[super, "--cc=#{ENV['CC']}"].join(" ")
end
end