summaryrefslogtreecommitdiffstats
path: root/travis-deps
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2013-11-24 14:45:27 +0100
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2013-11-24 14:47:33 +0100
commit2231d5e398265919e7812390ef356bbdc3c552ce (patch)
treeb672fe10db5c1e99737e7457d4053be47b0c63af /travis-deps
parentae709b5c03100da86a44b5835080fd54bb5ce3e3 (diff)
downloadmpv-2231d5e398265919e7812390ef356bbdc3c552ce.tar.bz2
mpv-2231d5e398265919e7812390ef356bbdc3c552ce.tar.xz
travis: remove --disable-doc from libav/ffmpeg configure
Diffstat (limited to 'travis-deps')
-rwxr-xr-xtravis-deps2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis-deps b/travis-deps
index 741a3d00e5..58e8d0538f 100755
--- a/travis-deps
+++ b/travis-deps
@@ -72,7 +72,7 @@ class Libav < TravisDepsBuilder
end
def configure
- [super, "--disable-doc", "--cc=#{ENV['CC']}"].join(" ")
+ [super, "--cc=#{ENV['CC']}"].join(" ")
end
end