diff options
author | sr55 <[email protected]> | 2010-09-17 18:59:35 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-09-17 18:59:35 +0000 |
commit | 0c64bb9dddad8913ac7377209fc5795d916ba978 (patch) | |
tree | 0716994299410deae997e4d90fa0bb7b1a530be7 | |
parent | 1362ca5a538b86879bdcf709cb1eadb87a11d099 (diff) |
Disable ffmpeg doc generation. We don't need it and it causes the nightly build to fail
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3539 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r-- | contrib/ffmpeg/module.defs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/ffmpeg/module.defs b/contrib/ffmpeg/module.defs index 82d4be780..bca90571f 100644 --- a/contrib/ffmpeg/module.defs +++ b/contrib/ffmpeg/module.defs @@ -8,6 +8,7 @@ FFMPEG.CONFIGURE.env = FFMPEG.CONFIGURE.host = FFMPEG.CONFIGURE.extra = \ + --disable-doc \ --disable-bsfs \ --disable-encoders \ --disable-ffmpeg \ |